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
1
Question by DarkMagus · Oct 25, 2016 at 03:30 PM · scene-loadinggameobjectsorder

Are GameObjects "awoken" in the same order if I load the same Scene twice ?

Hi everyone,

I've been discovering Unity for a few months, and now I feel I can ask questions. ;)

We all know that the order in which GameObjects are "awoken" is unspecified (I prefer to say unspecified rather than random). Now, let's say I load the same Scene twice, without modifying it between the two loads. Can I at least assume the GameObjects will be "awoken" in the same order ?

Thanks in advance !

Comment
Add comment · Show 6
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 hexagonius · Oct 25, 2016 at 03:56 PM 1
Share

Since at least after the game was build and everything is YA$$anonymous$$Led and whatnot, I would say, yes, the execution order is the same, but...

even if it was the same the second time, you shouldn't program anything relying on that assumption. You as a programmer should always know when you need control over execution order and try to get it. Unity's Script Execution Order lets you specify that for the cases you need it.

avatar image DarkMagus · Oct 25, 2016 at 05:11 PM 0
Share

Thanks for your answer.

To tell you the truth, I was hoping I could use that to easily generate scene-unique IDs for my GameObjects (for a checkpoint system). But as it does not sound reasonable engouh, then I guess I'll just use one of the many other solutions listed in these forums.

avatar image Jpritch71 DarkMagus · Oct 25, 2016 at 05:36 PM 0
Share

Can you not use https://docs.unity3d.com/ScriptReference/Object.GetInstanceID.html for your uniqueIDs? I don't know enough about what exactly you need, but that has worked well for me.

Alternatively, you can generate IDs on your objects after they have all awoken by using some external manager class and looping over them.

avatar image DarkMagus Jpritch71 · Oct 25, 2016 at 05:55 PM 0
Share

Well, I assume the IDs given by GetInstanceID to be different if I reload the Scene, and I need them to be the same (I reload the Scene before restoring the checkpoint data).

Anyways, my current solution to generate a unique ID is to use a combination of the object's Transform and name (I've read this answer several times on UA). That's sufficient my project, but I was hoping I could do better by giving the IDs sequentially in Awake (that was assu$$anonymous$$g the objects would always be awoken in the same order).

Show more comments

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

6 People are following this question.

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

Related Questions

Difference between setting GameObjects as active/inactive and loading levels additively? 0 Answers

How to Find GameObjects after Scene Load 0 Answers

Adding GameObject to selected Scene 1 Answer

MY ALL GAMEOBJECTS LOST 4 Answers

Load a scene from AssetBundle 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