Hello,
I am still newbie in Unity and learning concepts but there is one thing that I will be needing for my game and can’t figure it out.
How can I make whole scene as a popup in other scene. For example you walk around in 3D or 2D world, touch some arcade machine and popup with pacman minigame pops in about 80% of screen while main scene (level in 3D world) is grayed out, you touch on gray area and pacman scene closes. Idea is to have that pacman scene totally independent so I can just call scene from other scenes as needed or call as standalone scene.
Of course I need platform independent solution ![]()
Thanks!