Hi everyone. I'm facing a problem here and will try my best to describe it as clear as possible (not english native).
My game have 2 layouts:
Layout 1 - The board
Layout 2 - Sprite creator selection screen
On Layout 1 i have a button that sends me to layout 2 where have some buttons for character selection. When I select a character a global variable is set to true (along with other variables) and I get back to layout 1. When layout 1 loads it check the variable and if its true it creates the objects and pin them, this is working fine.
The problem is that when I repeat the process to create another sprite the previous ones created ones have their pins breaked. Its not a problem with Persist, both the sprites are created correctly but the previous one looses its PIN behaviour, only the new one get its PIN.
As test purpose I made 2 buttons on layout 1 with the same function as above and it works pretty well. So the problem probably on the Layout chage. I have more than 50 sprite creator and really want them to have theyr own layout.
Anyone have a solution or an idea to test? Thanks
Edit: CAPX HERE