I’m having a prefab of a cam, I already placed it about 10 times into my game environment. During runtime I’d like to initialize each with an individual (random) ID. Is this possible since they are “just” instances?
Or how can I do this already before running the game?
When you instantiate an object you can later access its component (for example script attached to object where you have variable called id) and set the variable.