I have been using Ogre, with success.
Using Unity I wish to have a player with multiple scenes showing overlapping each other using shaders.
Is this possible with Unity?
Thanks for any advice.
Paul.
I have been using Ogre, with success.
Using Unity I wish to have a player with multiple scenes showing overlapping each other using shaders.
Is this possible with Unity?
Thanks for any advice.
Paul.
You can additively load scenes , and use different layers on the different scene, then you can render each scene with one camera over each other or any kind you like.