Hello to all,
I’m new to Unity and I’m currently working on a project that is:
I have a projector, a condenser, a fisheye lens and a dome. I’d like to use these setups to create an immersive game: people can play inside the dome and have a 270-degree view of the scene projected in front of them on the dome.
What I plan to do first is to create a simple game, which only has an endless corridor and a player can walk in it. However, because of my limited knowledge of Unity, I’m stuck in finding a way to map the normal 3D view of this game to a spherical view so I can project it on my dome through the fisheye.
I’m wondering if there is any existing toolkit or function that can easily achieve this goal. If not, what should I look for? (I even have no clear idea what this question is called)
Thank you for your help!! Any piece of your advice is appreciated!!