
It looks like you're new here. If you want to get involved, click one of these buttons!
Hey gang,
What's the easiest way to make crops that mature after a set amount of time in Unity / C#? I want to plant a seed and then have it transform into a tiny plant, then a full-grown plant which can be harvested.
I've tried to make one prefab instantiate another and then destroy itself, but that doesn't seem to be working. And it's hard to assign position and rotation that way.
I'm guessing there is probably an easier way to just transform/swap one prefab into another, in the same location, once a set amount of time has passed??
Answers
Similarly, you can get rotation