Advertisement
Eliskik

Untitled

Oct 3rd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. RW.Game.Player.PlayerRobotAimingModule.OnLateUpdate (System.Int64 obj) (at Assets/Scripts/Game/Player/PlayerRobotAimingModule.cs:322)
  3. UniRx.Observer+Subscribe`1[T].OnNext (T value) (at Assets/Plugins/UniRx/Scripts/Observer.cs:165)
  4. UniRx.Operators.ScanObservable`2+Scan[TSource,TAccumulate].OnNext (TSource value) (at Assets/Plugins/UniRx/Scripts/Operators/Scan.cs:123)
  5. UniRx.InternalUtil.ListObserver`1[T].OnNext (T value) (at Assets/Plugins/UniRx/Scripts/InternalUtil/ListObserver.cs:39)
  6. UniRx.Subject`1[T].OnNext (T value) (at Assets/Plugins/UniRx/Scripts/Subjects/Subject.cs:62)
  7. UniRx.MainThreadDispatcher.LateUpdate () (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:638)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement