Question by
Dark_Lorde15 · Dec 28, 2015 at 09:53 AM ·
uigui
Do i have to make a scene only for the UI?
what i mean is that i made a scene to the game but do i have to make a scene for the UI only?
Comment
No you don't have to. You can disable the canvas when you are done with the UI. If you need to show again you can enable it.
@Dark_Lorde , Its not necessary that you need to create a new scene. You could disable the UI-canvas if not needed and can also enable it (if needed). This can be done via script.