I want zoom a circle from the center, in the circle is new scenes, outside is old scene like image below
how i can make it!
Any help is much appreciated!
I want zoom a circle from the center, in the circle is new scenes, outside is old scene like image below
how i can make it!
Any help is much appreciated!
To do this with actual scenes, you would need to mark everything in the old scene with DontDestroyOnLoad, and then load your new scene. For the zooming, just move (or change the FOV of) the camera once the new scene is loaded.