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 supbruh · Aug 28, 2015 at 12:06 PM · scenemultiplelevels

One scene, many levels??

I was wondering how to make many levels in one scene. I wanted to make one scene for one level, but came across many complications. I you guys have a certain way of making several levels in one scene, please do share your ideas. That would be much appreciated.[ I am a novice coder, hence I am having a really hard time. ]

Comment
Add comment · Show 2
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 Ekta-Mehta-D · Aug 28, 2015 at 10:30 AM 0
Share

What kin of game you are planning to make ? means how ur levels will be ?

avatar image supbruh · Aug 28, 2015 at 12:40 PM 0
Share

its a 2d game, similar to super meatboy, and levels will be similar to that game as well. one world will probably have 5-10 levels.

2 Replies

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

Answer by PythagoreanWarrior · Aug 28, 2015 at 01:01 PM

Try using multiple cameras? that's all i can think of. or when the level objective is met destroy/disable all objects and create those of the new level.

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
1

Answer by gunespedastrian · Aug 28, 2015 at 01:04 PM

For Gameplay;

  1. First create a empty game object for one scene. Do this if you want to add more scenes.

  2. Create a C# for activate them but I will not write a script here you must imagine diffrent ideas.

  3. Set all empty game object positions at 0.

For UI(if you want to use diffrent UI for all scenes);

  1. Create a main canvas

  2. Create another canvas and name it like -Scene1Canvas-

  3. Match them to your scene script like;

    if(scene1 == true){ Scene1.SetActive(true); Scene1Canvas.SetActive(true); }

    //Or

    if(Scene1.SetActive == true){ Scene1.SetActive(true); Scene1Canvas.SetActive(true); }

Please try these ways ._.

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

5 People are following this question.

avatar image avatar image avatar image avatar image avatar image

Related Questions

How do I display two scenes at once 1 Answer

New scene for minigame or not? 1 Answer

How to write a script which will switch the scene after the character reached a location? 1 Answer

what is the best way to go next levels ? 1 Answer

Looping scenes by pressing "X" button on PS3 controller 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