I am making a game which contains a collection. This collection contains a gui button.
When I loaded this collection as the game starts, the gui button works.
When I loaded this collection as a collection proxy, the gui button does NOT work.
There’s an input stack, and in order to get input to propagate down through a collection proxy you need to acquire_input_focus on the game object containing the collection proxy. This is described in detail here: https://www.defold.com/manuals/input/#_input_and_collection_proxies