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 zoran404 · Jan 13, 2015 at 06:33 PM · networkingserver

Unity, server for game

I'm making a multiplayer game and currently the clients make (Network.Instantiate) their own characters (gameobjects, from the prefab) and control them.
Unity has Network View component, that is pretty useful for updating the status of a players over a network, but there is a small lag and movement isn't fluent.

What I want is to only share the commands (like "move here" and "attack him" commands) across the network (so everyone would move the gameobjects based on that) and let the server tell everyone what it thinks the current state of all gameobjects should be from time to time.

How would I accomplish this in unity?

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

2 Replies

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by skylem · Jan 13, 2015 at 08:50 PM

Use [RPC] to send the movement to the other players, you would first check that your gameobject was instantiated by you before sending the movement to others. RPC is Remote Procedure Call it operates similarly to your functions with the added advantage of being called across the network i believe it requires a network view component (it has been some time since i experimented with networking), there is also a tutorial series by Quill18 on youtube that covers Multiplayer and smoothing network movement the tutorial series is made for photon which is very similar to unitys built in networking.

Comment
Add comment · Share
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
avatar image
0

Answer by Noah Dyer · Jan 13, 2015 at 07:51 PM

You have design a format for your data exchange. For example, maybe the first line of an update contains the type, maybe the second line contains the number of the object that it is initiating the action, and maybe the 3rd line defines the target. So to different updates might look like:

 1 // corresponds to an enum where 1 = movement
 4 // the player that initiated the movement
 10.0, 0.0, 10.0 // 3 floats that correspond to target  coordinate.  Your code knows to look for such values in the 3rd line because of the first line

 2 // corresponds to an enum where 2 = attack
 2 // the player initiating the attack
 4 // the target of the players attack.  Again, your code knows to look for this kind of value because of the first line.

Hope that helps.

Comment
Add comment · Share
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

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

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

Unity networking tutorial? 6 Answers

Connect to remote private IP 1 Answer

Master Server Requirements? 2 Answers

How to make just a simple server to save arrays and vars for a multiplayer? 0 Answers

Why can't the client move a networked object ? 1 Answer


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