Stacktrace from third message:-
A custom script is calling 'PlayerMenus.GetMenuWithName ()' before the Menus have been initialised - consider adjusting your script's Script Execution Order.
-> AC debug logger
UnityEngine.Debug:LogError (object,…
Stacktrace from second message:-
A custom script is calling 'PlayerMenus.GetElementWithName ()' before the Menus have been initialised - consider adjusting your script's Script Execution Order.
-> AC debug logger
UnityEngine.Debug:LogError (obj…
Here is the copy/paste of the stacktrace.
A custom script is calling 'PlayerMenus.GetElementWithName ()' before the Menus have been initialised - consider adjusting your script's Script Execution Order.
-> AC debug logger
UnityEngine.Debug:LogE…
I had the same problem recently with some hotspots not working that were set to Box Collider instead of Box Collider 2D. The game has always been 2D and had Camera settings for 2D.
The problems started after the Unity project crashed several times…
Thank you for all your help Chris.
The Hotspot Menu wasn't at the bottom of the stack but when I moved it to the bottom it didn't make any difference, so as you suggested I looked at all the other Menus.
Comparing with an older project version, one…
Thanks Chris. Here are screenshots of the Settings Manager and one of the Hotspots. I just changed the Menu manager to the Demo one to get the Hotspots working again.
(Image)
Does anyone know where I can look further to work out why my hotspots have stopped working with my managers. As can be seen from the Menu options for Hotspot the settings for the Demo managers and my managers seem to be exactly the same.
I am assu…