I am working on game where the player can use a computer, so when the player click “use computer” I want to display computer screen(not real computer but my own design) with buttons and then when the user click logout, the computer screen view will exist and the original player view is back.
What i was thinking is making the computer screen in a another separate scene, however this will be inconvenient for the user to wait for another scene to load just to use the computer, i just want the computer view displayed as soon as the user click “use computer”, so i guess that means I should do it in the same scene.
I am not that experienced with Unity, so any ideas or suggestions will be appreciated, like if I should use UI, or GUI…etc.
Thank you