Hi guys.
I have an app with a lot of diferent GUI windows and too with a 3d scene.
I like to know what is the better way to optimize memory and performance my app.
Now i have few prefab with some windows that have same structure & i enable disable when i need.
I like to know if is better do more individuals prefab or make with script in execution time and destroy instead of disabled.
Thanks in advance