Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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 Michel Verheughe · Mar 23, 2014 at 09:01 AM · networknetworkviewnon-authoritative

Very simple networking question

I made complex ship simulators with radar, echo-sounder, steering, digital charts, engine sound, winches, etc. A first-person camera moves on the ship's bridge and works all the instruments.

I am now asked to have two or more ships networking in a common scenery. What I have done so far is:

A scene with the scenery and several ships as prefabs. I call it: client. A scene with only a script that starts a server. I call it: server.

Ships are moving and turning extremely slow! The only thing I need to communicate via the network is the Transform of each ship. I, therefore, decided to use a non-authoritative approach. The Server is only a connector, it doesn't contain any game object.

The problem is that, each ship is a complex object and I can't have them, including the first-persons, duplicated on the same client. I therefore use two sets of "ships:"

  • OwnShip1, OwnShip2, etc. including all the bells and whistles for the first-person player

  • Target1, Target2, etc. being only the hull and superstructure and navigation lights of the ships.

When a client is then connecting to the server, depending on its Network.player.ToString number, it instantiate, for example, prefabs OwnShip1 and Target2. When another client connects, it then instantiate OwnShip2 and Target1.

The point is: If the exercise says that there are two ships in the harbour, both must be there even if there is only one client (player).

To have say, OwnShip2 to move Target2 on the other computer, I think I only have to add a Network View component to the ship's game object with the State Syncronization set to Reliable Delta Compression and the Observed field to ...

Yes, what should I observe and how do I tell the network that what is OwnShip1 on one computer should move the Target1 on the other computer? Sorry, I have spent one week looking at all the Unity networking tutorials but I can't figure it out. For my defense, I am 66 years old and qualifies as "Dementia Light" ... :-)

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

20 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Infinite/procedural multiplayer world in Unity possible? 2 Answers

Does the position change need state synchronization? 2 Answers

RPC Player Name and show it above head 0 Answers

[uNet] Need help Converting From Unity Network to uNet 0 Answers

AllocateViewID over RPC but the NetworkView doesn't exist 2 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