Hi, maybe someone can help me with this, i have a scene where a random number is generated, this number is the time when an animation has to start, this start has to be random.
Works ok but, when i instance this scene (A) inside my main scene (B), and A is duplicated, the result, should be that all the A has a different start. But all the animations start at the same time.
How can i get each A start randomly at different time?
Thanks