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 Tumtable · Jan 03, 2015 at 04:55 AM · networkingnetworkscene-loadingnetworkviewinstantiation

Can I delay the instantiation of the network objects?

I want to connect to a server, get from it a data that specifies the name of the scene to load, load this scene and after all that, load the objects instantiated on the server. But the problem is that when I try to load a scene (after getting the string containing the name of it) the objects had already been loaded and the scene changing destroys them. I don't wanna use the DontDestroyOnLoad() method because I don't want them to appear before a specific scene is loaded.

Can I delay the instantiation of the network objects?

Comment
Add comment · Show 1
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 Pindwin · Jan 03, 2015 at 09:48 PM 0
Share

You could use some workaround. OnNetworkInstantiate, have instantiated objects pass their reference to some data structure and then disable themselves. Aftere scene is loaded, enable all object held in the structure. This should do the trick.

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by asafsitner · Jan 04, 2015 at 07:11 AM

Don't use Network.Instantiate, and instead write your own RPC-based implementation.
You can then queue the instantiation requests and defer the execution until after the scene has finished loading.
This way you also have a 'flood control' mechanism that you can later use to prevent frame-rate drops when instantiating many objects at once (you can add the frame delay to your lag compensation logic so it's unnoticeable).

Comment
Add comment · Show 4 · 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 Tumtable · Jan 04, 2015 at 06:31 PM 0
Share

Thanks =]

avatar image asafsitner · Jan 04, 2015 at 09:40 PM 1
Share

By the way, this will also help you with displaying a progress bar showing the percent of objects created. :)

avatar image JoRouss · Feb 10, 2015 at 06:03 AM 0
Share

You can then queue the instantiation requests and defer the execution until after the scene has finished loading.

Is it done using network groups?

avatar image tobiass · Feb 13, 2015 at 01:23 PM 0
Share

No. Use Network.is$$anonymous$$essageQueueRunning. Set it to false when you get the RPC to load another scene and make extra sure you set it to true when the client finished loading.

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

Photon PUN, HTC Vive camera prefab over network instantiation 0 Answers

How can I get "!networkView.isMine" to function properly? 1 Answer

Client to client Serialization 1 Answer

How do I separate network views? 0 Answers

What is Send rate? 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