質問編集履歴

2

エラー文の変更

2021/05/18 04:31

投稿

MondoSaito
MondoSaito

スコア0

test CHANGED
File without changes
test CHANGED
@@ -30,11 +30,17 @@
30
30
 
31
31
  ```
32
32
 
33
- [SteamVR] No pose action set for this component
33
+ NullReferenceException: Object reference not set to an instance of an object
34
34
 
35
- UnityEngine.Debug:LogError(Object, Object)
35
+ Valve.VR.SteamVR_Action`2[SourceMap,SourceElement].get_Item (Valve.VR.SteamVR_Input_Sources inputSource) (at Assets/SteamVR/Input/SteamVR_Action.cs:42)
36
36
 
37
- Valve.VR.SteamVR_Behaviour_Pose:Start() (at Assets/SteamVR/Input/SteamVR_Behaviour_Pose.cs:76)
37
+ Valve.VR.SteamVR_Behaviour_Pose.get_isValid () (at Assets/SteamVR/Input/SteamVR_Behaviour_Pose.cs:26)
38
+
39
+ Valve.VR.InteractionSystem.Hand.get_isPoseValid () (at Assets/SteamVR/InteractionSystem/Core/Scripts/Hand.cs:155)
40
+
41
+ Valve.VR.InteractionSystem.Hand+<Start>d__87.MoveNext () (at Assets/SteamVR/InteractionSystem/Core/Scripts/Hand.cs:841)
42
+
43
+ UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <94c5f4c38cdc42d2b006f8badef04394>:0)
38
44
 
39
45
  ```
40
46
 

1

エラー内容の変更

2021/05/18 04:31

投稿

MondoSaito
MondoSaito

スコア0

test CHANGED
File without changes
test CHANGED
@@ -30,15 +30,11 @@
30
30
 
31
31
  ```
32
32
 
33
- NullReferenceException: Object reference not set to an instance of an object
33
+ [SteamVR] No pose action set for this component
34
34
 
35
- Valve.VR.SteamVR_Action`2[SourceMap,SourceElement].get_Item (Valve.VR.SteamVR_Input_Sources inputSource) (at Assets/SteamVR/Input/SteamVR_Action.cs:42)
35
+ UnityEngine.Debug:LogError(Object, Object)
36
36
 
37
- Valve.VR.SteamVR_Behaviour_Pose.get_isActive () (at Assets/SteamVR/Input/SteamVR_Behaviour_Pose.cs:29)
37
+ Valve.VR.SteamVR_Behaviour_Pose:Start() (at Assets/SteamVR/Input/SteamVR_Behaviour_Pose.cs:76)
38
-
39
- Valve.VR.InteractionSystem.Hand.get_isActive () (at Assets/SteamVR/InteractionSystem/Core/Scripts/Hand.cs:145)
40
-
41
- Valve.VR.InteractionSystem.Hand.UpdateHovering () (at Assets/SteamVR/InteractionSystem/Core/Scripts/Hand.cs:855)
42
38
 
43
39
  ```
44
40