Gui button in collection proxy NOT working (SOLVED)

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.

What could the problem be?

Thanks,

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

2 Likes

You are a great magician!
I followed your instruction. It worked!

Yes. I. Am.

6 Likes