Hi guys.
I exported a variable called items
in one of my scene that should keep track of an array of items in the game.
However, when I instanced the same scene, they all shared the same array. I would expect them to be unique for each instance.
My question is, how to make the say exported variable unique? Thanks in advanced.