Hello, I am playing around with Defold and trying to understand how it works, so I can build a game I planned. But I am having a issue with clicks .
Here is a summary, I use the factory to populate the screen with a 10 emojis at random positions . But for some very weird reasons, some emojis don’t respond to clicks except I click or tap multiple times, and its really frustrating .
I have tested multiple renderers and cameras and got the same issue .
I would like to mention that I am making use of the code from the click demo and example by @britzl to detect clicks on an object, via the collision object setup.
I don’t know if I gave enough details, if you need more details to help me, kindly let me know . Thanks.