#Can someone understand why there s major
1 messages · Page 1 of 1 (latest)
hey, show code?
seems you're loading a new scene each time, where you should be loading a prefab at words
for better performance, load the prefab once, and toggle between different 'views' (your GameObjects that contain the different UI screens)
Yeah, you're probably right. But after a few hours I finally understand the issue.
yeah I'd say go ahead and switch to using prefabs instead anyway