Hey I have a few of skills like fireballs (2D game for Android) and I have a problem :
When I launch any kind of prefab by instantiate - the game becomes very laggy for a while.
Should I rather Instantate all needed prefabs at the Start/Awake and then just enabling/disabling them? and for for example fireball bullet - when it hits sth just setactive(false) and change its position?
Would it be a right way?
Thanks in Advance