Hi!
I want to develop a VR project in Unity 3D, where players can interact with each other, but each one of them has a different environment.
Any thought about where to begin? I thought about starting with learning how to use Photon Fusion.
Thanks for the responses!
This is such an open ended question, I dont really know how anyone can really answer this.
In general:
- Learn how to use unity and how to build and deploy an app of the complexity you are aiming for
- Learn the concepts of multiplayer (big topic)
- Integrate whatever middleware etc you need to get this done. If you think photon is what you want to go with, then do that. There are upsides and many downsides to using photon, something to also be aware of and research thoroughly.
There are plenty of tutorials on various approaches, including photon - my suggestion would be to actually try some and then come back once you have something working/not working so you can ask for targeted help, as this sort of question has been asked many times and can be found via the search function on the forums.
2 Likes
Make a VR application with a rotating cube. Then dive into Mirror framework.