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
1
Question by Sladix · Jan 19, 2011 at 07:36 AM · scenepropertiesgenerator

Scenes properties ?

Hi (again) I learbed that scnenes could be loaded with the Application.LoadLevelAdditive("SceneNameGoesHere"); function.

Here is my quesition : In order to create a map generator, I must give scenes some properties (i.e. the theme of the scene, the possible connections, if it's a "side scene" or not ...)

So, is it possible to give properties then sort the scenes and randomly pick ones with some filters ?

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
2

Answer by Jon-Martin · Jan 19, 2011 at 10:35 AM

Sound like you need a singleton to store a (list/array) of scenes and associated variables to refer to, if using pro just place a script with this scene related variables/info in a Plugins folder created in the project folder or if using indy see this link: http://www.unifycommunity.com/wiki/index.php?title=Singleton

Its possible to make a scene resiliant gameobject with attached script see "dontdestroyonload" function, the only issue you may have is when reloading scene 0, where you first placed the game object and script in the hierarchy, you may end up with two scripts doing the same thing, as a new one is reloaded in and the existing one is still present.

Load level additive is also ok if you want to keep things in scene, so you could create an empty scene with game controller/functions, scene loader and scene variables etc, application.loadleveladditive the scene requested and when finished with that level destroy the game objects of that scenelevel before loading another additively, in which case it would be wise to put all you scenelevel gameobjects and code under one parent gameobject called something like SCENE on each loadable level, so it easy to remove the scene data when loading another scene i.e. Destroy(GameObject.Find("SCENE");

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

No one has followed this question yet.

Related Questions

World building based on "model scenes" 1 Answer

Photon JoinRandomRoom customGameProperties? Load proper scene 0 Answers

How would I search my scene for a tag 1 Answer

Load scene on plane 1 Answer

Why unity doesn't have build-in option to select what scene to load first on play ? 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