Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

just out of curiosity, if I wanted to build something similar. Would I be looking for tutorials on FPS or point and click adventures? I have always wanted to build a virtual art gallery and have a few friends who are artists hang some pictures there. What you built is almost exactly what I want to build, just some pictures you click them and it gives a description. My problem is I don’t even know where to start researching. 

Cool, that is a nice project! I don't know about the best way to do it but i can tell you what i did. 

For player movement i used CharacterController this is a nice starting point: 

And for world building i used an Unity Asset which is Pro Builder, another video reference from Brackeys:

With this two things you are almost ready to go. To check items, i used raycast (https://docs.unity3d.com/ScriptReference/Physics.RaycastNonAlloc.html)

At last, you will need some texture to add to the walls, but there are plenty for free.

If you have any doubt about building this just send me a message.

Good luck!

your amazing thank you so much!