I have a main collection which is used to load in other collections via collection proxy with the proxy below having a game object based on the Defold-Input cursor example, and I debugged it and saw that it does initialise, however for some reason if I move my cursor around it doesn’t actually move the game object it’s attached to or clicking, I feel like there’s something I’m not understanding about Defold-Input? It works fine if I load that collection on startup.
This game object is in its own collection so I’m not attempting to use one cursor object for multiple collections which should negate the issue stated in Defold-input and collection proxies