Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by trecool · Mar 13, 2016 at 08:02 PM · networkingmultiplayer

VR Cave with multiple machines

Hey there!

I'm currently working on my first Unity project - a multiplayer based VR CAVE system, which allows de facto cluster-ish rendering without a Pro license.

The idea in its core is this: I have a two-sided CAVE set up and want to create a native Unity appliation with as little external software as possible. I've been using MiddleVR before, but it's rather expensive, so I tried to create my own little approach. I basically set up a very rudimentary multiplayer scenario, in which, based on the unique network ID, a player is assigned one of two cameras, one for each side of the cave. (Basically if id == Player 1, then it gets to use the left cam and if id == Player 2, then it gets the right cam). I figured that if I could just go with this approach I could use two or more separate computers to render each side of the CAVE without having to utilize cluster rendering.

I ran into a problem however, when the second player joins the game. The assigment of the left cam for player one is working just fine but as soon as the second player joins, the cameras of the player prefabs of BOTH players are changed. I'm using the UNET networking. So basically one prefab with two cameras - when a prefab is instantiated (I think this is done by the NetworkManager) it checks the PlayerID and activates one camera and disables the other. This only works for one player.

As soon as the second player joins, the settings of the camera of the original player are altered (Player) and the settings of the local player (Player(Clone)) are left as is. I tried to work with stuff like isLocalPlayer and tried something like "if name == Player(Clone) {cameraRight.enabled} - everything to make sure that just the LOCAL prefab is changed, not the prefab of the other network player.

So, firstly: Is this approach even reasonable or do I just create more problems by trying to make this work? And secondly, does anyone have an idea what debugging-path I should go down, any ideas what might have gone wrong? I appreciate any input! Thanks!

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Unity networking tutorial? 6 Answers

Can I add a network prefab at runtime? 1 Answer

UNET Players are movable on collision 2 Answers

Confusing in Multiplayer Networking uNet Client-Server 0 Answers

Unet spawn a camera? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges