In my game I would like have a space view and a terrain view.
The user can switch between these at any time.
I could use 2 scenes but load times and sharing data seems like a draw back.
Alternatively I could track objects which belong to which view and enable disable as required.
Both seem messy.
Any advice?
↧