Hey friends,
i want to instantiate a prefab with a script attached to it. The script has a time dependent variable.
Problem is:
- The value starts changing right after starting the game, NOT with instantiation of the prefab.
- Every prefab shares the same value, instead of being independend.
So i want to track the time of each prefab individually, with the instantiation as the beginning, NOT the game start.
Hope you can help me, thanks!