Hi i was just reading about the Garbage Collection.
In my game you can cast spells.
Right now i am just thinking of, Create Fireball. On hit Destroy Fireball.
But now after reading about Garbage Collection..
1. Should i create the fireball from the start and just make it invisible and move it around?
2. Will the Invisible Fireball affect the Framerate?
3. Is it a bad idea to have the fireball have a tail made of Particles?