Hi there,
I would like to mix kind of virtual tour together with point and click game using adventure creator. To do so I'd like to use 360 photos in adventure creator and be able to walk in these areas as a first person view and being able to click and interact with objects displayed on 360 photos. Is it possible to do so ? Would be amazing
It is worth noting I'm a newbie !
Thank you very much for your help,
Lionel
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @Lio.
You can use Unity's "Skybox/Panoramic" shader to handle 360 photos.
If you create a new Material with this shader, and give it a panoramic texture, then you can attach it to a Sphere in your scene. Placing the camera inside the centre of the sphere then gives you a "360 photo" effect.
What you can then do is create an AC First-Person character so that you have a means of turning the camera in all directions. Just be sure to give them a zero movement speed so that they can't move anywhere - the camera will need to be in the centre of the sphere for it to work.
Making the scene interactive would then be a case of arranging your Hotspots around the edges of the sphere appropriately. To switch to another sphere / photo, you can add a Marker to a new sphere's centre point, and use the Object: Teleport Action to move the Player there instantly.
Thank you so much for swift and precise feedback Chris, AC is an amazing tool and very well documented which is precious for a beginner like me.
I'm going to try out what you suggest and hope to be successful