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 Riaan-Walters · Apr 14, 2016 at 06:11 PM · networkingunity5performance

Many Network Transforms kills framerate

In an overly simple project to test the networking system we decided to spawn many objects to see where the limit of the networking system lies.

To our surprise we started seeing serious framerate degradation after ~8000 objects.

The objects are simple :

  • Network Identity

  • Network Transform
    • (Child object is a cube)

    • Mesh Filter

    • Box Collider

    • Mesh Renderer

after spawning ~8000 of these the frame rate dropped to about 25fps even though their send rate is set at 0.

Having a look at the profiler the biggest probem seems to come from

  • NetworkTransform.FixedUpdate

  • NetworkTransform.Update

In a multiplayer environment (lets say open world) 8000 objects is not exactly that many.

Now, I'd be the first to say I am not a networking expert, and if for some reason all these objects should not have this specific transform it would be fantastic if someone could enlighten me :)

Does anyone have idea's how to fix this?

Unity Version 5.3.2f1

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

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by dansitnick · Apr 14, 2016 at 07:58 PM

This isn't a bug with a "fix" like you're saying. If I was trying to run a super high end game in 4k at 120fps on a Macbook, and it ran slowly, you wouldn't assume "There's some serious framerate degradation, how do I fix it?"

The "fix" you're looking for is this: Don't send 8000 objects over multiplayer.

If you're looking to run a smaller multiplayer game, like a shooter or a MOBA, you only need a few objects per player, since the level's objects don't need to be synched over the network. You should never need to send more than 50 objects at a time.

However, if you're actually looking to build an MMO, you don't need to know all locations of all players at once. You only receive the players if they're within a fixed distance. So if you're in a town, you should only receive the data of the other people in that town, you don't need the location of someone across the map.

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

77 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 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 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 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

Unity 5: RigidBody or No RigidBody? 1 Answer

[Unity3d 5.1] Multiplayer - Multiple match - dedicated server 1 Answer

Unet NetworkServer.Spawn() not working 5 Answers

UNET: Check if Server is hosted on IP Address 2 Answers

How to synchronize disable and enabling game objects over the network? 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