Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object.
  2. at UnityEngine.Transform.set_position_Injected (UnityEngine.Vector3& value) [0x00000] in <00000000000000000000000000000000>:0
  3. at UnityEngine.Transform.set_position (UnityEngine.Vector3 value) [0x00000] in <00000000000000000000000000000000>:0
  4. at Core.TourModules.RegularModule.SimpleRegularSpectator.<MoveSmoothlyTo>b__10_0 (UnityEngine.Vector3 x) [0x00000] in <00000000000000000000000000000000>:0
  5. at System.Action`1[T].Invoke (T obj) [0x00000] in <00000000000000000000000000000000>:0
  6. at Core.Utils.Tween+<>c__DisplayClass5_0.<RotateTo>b__0 (UnityEngine.Quaternion x) [0x00000] in <00000000000000000000000000000000>:0
  7. at UniRx.Async.CompilerServices.MoveNextRunner`1[TStateMachine].Run () [0x00000] in <00000000000000000000000000000000>:0
  8. at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
  9. at UniRx.Async.Internal.ContinuationQueue.Run () [0x00000] in <00000000000000000000000000000000>:0
  10.  
  11. at UnityEngine.Experimental.LowLevel.PlayerLoopSystem+UpdateFunction.Invoke () [0x00000] in <00000000000000000000000000000000>:0
  12. --- End of stack trace from previous location where exception was thrown ---
  13. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <00000000000000000000000000000000>:0
  14. at UniRx.Async.UniTaskCompletionSource.UniRx.Async.IAwaiter.GetResult () [0x00000] in <00000000000000000000000000000000>:0
  15. at UniRx.Async.Triggers.AsyncVisibleTrigger..ctor () [0x00000] in <00000000000000000000000000000000>:0
  16. at UniRx.Async.UniTask+WhenAllPromise.GetAwaiter () [0x00000] in <00000000000000000000000000000000>:0
  17. at UniRx.Async.UniTask+WhenAllPromise.RunTask (UniRx.Async.UniTask task, System.Int32 index) [0x00000] in <00000000000000000000000000000000>:0
  18. at UniRx.Async.CompilerServices.MoveNextRunner`1[TStateMachine].Run () [0x00000] in <00000000000000000000000000000000>:0
  19. at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
  20. at UniRx.Async.UniTaskCompletionSource.TryInvokeContinuation () [0x00000] in <00000000000000000000000000000000>:0
  21. at UniRx.Async.UniTaskCompletionSource.TrySetException (System.Exception exception) [0x00000] in <00000000000000000000000000000000>:0
  22. at UniRx.Async.UniTaskCompletionSource..ctor () [0x00000] in <00000000000000000000000000000000>:0
  23. at Core.Utils.Tween+<>c__DisplayClass5_0.<RotateTo>b__0 (UnityEngine.Quaternion x) [0x00000] in <00000000000000000000000000000000>:0
  24. at UniRx.Async.CompilerServices.MoveNextRunner`1[TStateMachine].Run () [0x00000] in <00000000000000000000000000000000>:0
  25. at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
  26. at UniRx.Async.Internal.ContinuationQueue.Run () [0x00000] in <00000000000000000000000000000000>:0
  27. at UnityEngine.Experimental.LowLevel.PlayerLoopSystem+UpdateFunction.Invoke () [0x00000] in <00000000000000000000000000000000>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement