Regarding game performance, I have some objects in the game that are being eliminated during game play
and when the game starts a new round these objects should appear again.
My question is what's the best way to eliminate them, regarding game performance:
Option 1: Make them unvisible and then visible again.
Option 2: Destroy them and create them again.
Option 3: Move them outside the game boundaries (x,y position) and move them back inside again.
Thanks in advance.