I want a function like Start() (So it only calls it once) after I set my GameObject active. How can I do this?
Thought doing it within the Update with an if statement so if GameObject is active it will be called. But the problem is it will call it not once.