Greetings!
I have a problem with my project, which is pretty hard to debug. When working with my desktop preview, everything works smoothly, but when building for mobile, things start to get strange.
I have a event, which checks "for each X element" from an array and creates object for each of these elements. It actually creates multiple objects for each element in that array.
This all works smoothly on my desktop, but when building for mobile, it sometimes skips the object creation, only creating some of the objects I've placed in the actions.
So anyone have ideas, how could I fix this to work on mobile as well? Thank you for your assistance in advance!
Since it's pretty impossible to describe this, I'm going to attach couple of images:
THE CODE FOR OBJECT CREATION
HOW IT SHOULD LOOK (THE CHARACTER LIST)
HOW IT SOMETIMES LOOK (THE SAME CHARACTER LIST)