Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. QuestElement.OnCollectClick () (at Assets/Scripts/UIScripts/UIElements/NewWindowElements/Other/QuestElement.cs:290)
  3. UtilScripts.ControlScripts.ButtonEventListener.ButtonClick (UnityEngine.GameObject button) (at Assets/Scripts/UtilScripts/ButtonEventListener.cs:82)
  4. UnityEngine.GameObject:SendMessage(String, Object, SendMessageOptions)
  5. ButtonListener:ClickAction() (at Assets/Scripts/UtilScripts/ButtonListener.cs:160)
  6. ButtonListener:OnPress(Boolean) (at Assets/Scripts/UtilScripts/ButtonListener.cs:104)
  7. UnityEngine.GameObject:SendMessage(String, Object, SendMessageOptions)
  8. UICamera:Notify(GameObject, String, Object) (at Assets/NGUI/Scripts/UI/UICamera.cs:1904)
  9. UICamera:ProcessRelease(Boolean, Single) (at Assets/NGUI/Scripts/UI/UICamera.cs:2757)
  10. UICamera:ProcessTouch(Boolean, Boolean) (at Assets/NGUI/Scripts/UI/UICamera.cs:2847)
  11. UICamera:ProcessMouse() (at Assets/NGUI/Scripts/UI/UICamera.cs:2270)
  12. UICamera:ProcessTouches() (at Assets/NGUI/Scripts/UI/UICamera.cs:2384)
  13. UICamera:ProcessEvents() (at Assets/NGUI/Scripts/UI/UICamera.cs:2084)
  14. UICamera:Update() (at Assets/NGUI/Scripts/UI/UICamera.cs:2043)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement