Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. UI.FeedingPanel.UpdateUI () (at Assets/Scripts/Game/Grove/UI/FeedingPanel.cs:195)
  3. UI.FeedingPanel.ShowTab (System.String id) (at Assets/Scripts/Game/Grove/UI/FeedingPanel.cs:422)
  4. UI.FeedingPanel.RecreateInventory () (at Assets/Scripts/Game/Grove/UI/FeedingPanel.cs:220)
  5. UI.FeedingPanel.OnEnable () (at Assets/Scripts/Game/Grove/UI/FeedingPanel.cs:104)
  6. UnityEngine.GameObject:SetActive(Boolean)
  7. UI.UIController:ShowPanel(Int32) (at Assets/Scripts/Game/UI/UIController.cs:86)
  8. GroveLevelController:OnFaunaSelectedInHabitat(HabitatAsset, Int32) (at Assets/Scripts/Game/Grove/GroveLevelController.cs:516)
  9. HabitatAsset:ContextMenuButtonHandler(String) (at Assets/Scripts/Game/Grove/StructureAssets/HabitatAsset.cs:297)
  10. ContextMenu:OnButtonClicked(Button) (at Assets/Scripts/Game/Grove/UI/ContextMenu.cs:359)
  11. GameFrame.UI.Button:HandleOnClick() (at Assets/Tools/Mediatonic/UI/Button.cs:99)
  12. tk2dUIItem:Release() (at Assets/3rdParty/TK2DROOT/tk2dUI/Code/Core/tk2dUIItem.cs:264)
  13. tk2dUIManager:CheckInputs() (at Assets/3rdParty/TK2DROOT/tk2dUI/Code/Core/tk2dUIManager.cs:443)
  14. tk2dUIManager:Update() (at Assets/3rdParty/TK2DROOT/tk2dUI/Code/Core/tk2dUIManager.cs:321)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement