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 unityRookie · Mar 27, 2010 at 03:23 PM · scenebuildpipeline

Possible for one web player to load scenes created in different projects?

I have a multi-level/scene game in which each level of the game was made in a different unity project. So when they finish level 1, load level 2, etc., where levels 1 and 2 are from different projects. I can't figure out now though how to load these scenes dynamically during the game, or if it's even possible. I've tried (from the documentation)

// Build a streamed unity3d file. This contain one scene that can be downloaded // on demand and loaded once it's asset bundle has been loaded. BuildPipeline.BuildPlayer( ["Assets/DynamicallyLoadedScene.unity"], "DynamicallyLoadedScene.unity3d", BuildTarget.WebPlayer, BuildOptions.BuildAdditionalStreamedScenes);

This builds the scenes fine. But when I try to run the main program that will load the dynamic scene, I get the error "Level DynamicallyLoadedScene.unity couldn't be loaded because it is not added to the build settings." which I know is because I don't have the dynamic scene in the build settings (obviously it can't go there because this scene is from a different project). Is there any way to do this?

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
0
Best Answer

Answer by Spoiltos · May 12, 2010 at 04:01 PM

Yes it is possible, you just need to call getter function in assetBundle that contains your scene.

void OnSceneBundleLoaded(WWW www) { AssetBundle DammyLocalVariable = www.assetBundle;

 Application.LoadLevel("SceneName");

}

Comment
Add comment · Show 1 · 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 diekeure · Aug 04, 2013 at 11:51 AM 0
Share

I have the same problem, but this is not a valid solution.

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

1 Person is following this question.

avatar image

Related Questions

Can unity save Scripts In AssetBundle for Scene? 0 Answers

Manually Edit EditoBuildSettings.asset 0 Answers

How to Merge Scene with Asset Server 0 Answers

Update to beta version of Unity 4 concern? 1 Answer

Accessing non-static functions in an unattached, non-scene, "project" script 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