Advertisement
Eliskik

Untitled

Oct 1st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. RW.Game.Bot.Modules.BotRobotWeaponModule.CheckFirePossibility () (at Assets/Scripts/Game/Bot/Modules/BotRobotWeaponModule.cs:351)
  3. RW.Game.Bot.Modules.BotRobotWeaponModule.OnUpdate (System.Int64 obj) (at Assets/Scripts/Game/Bot/Modules/BotRobotWeaponModule.cs:460)
  4. UniRx.Observer+Subscribe`1[T].OnNext (T value) (at Assets/Plugins/UniRx/Scripts/Observer.cs:165)
  5. UniRx.Operators.FromMicroCoroutineObservable`1+FromMicroCoroutine[T].OnNext (T value) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FromCoroutine.cs:124)
  6. UniRx.Observable+<EveryCycleCore>d__311.MoveNext () (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Observable.Unity.cs:700)
  7. UniRx.InternalUtil.MicroCoroutine.Run () (at Assets/Plugins/UniRx/Scripts/InternalUtil/MicroCoroutine.cs:70)
  8. UnityEngine.Debug:LogException(Exception)
  9. UniRx.<>c:<.ctor>b__53_0(Exception) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:401)
  10. UniRx.MainThreadDispatcher:<Awake>b__31_0(Exception) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:497)
  11. UniRx.InternalUtil.MicroCoroutine:Run() (at Assets/Plugins/UniRx/Scripts/InternalUtil/MicroCoroutine.cs:92)
  12. UniRx.<RunUpdateMicroCoroutine>d__32:MoveNext() (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:535)
  13. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement