Search Unity

Load scenes frome a seperate project

Discussion in 'Scripting' started by ktweedy1, Jul 1, 2011.

  1. ktweedy1

    ktweedy1

    Joined:
    Apr 16, 2010
    Posts:
    26
    I am looking for a way, at runtime, to be able to load a scene from one project into another project. Basically I want to break the project into multple seperate .unity3d files so I update on pieces of the project as needed and save time uploaded.

    Is it possible to be in a scene from a project, then to load a scene or a completely different .unity3d file into or on top of the scene that is currently running?
     
  2. AnthonyFaraci

    AnthonyFaraci

    Joined:
    Jun 26, 2011
    Posts:
    414
    To my knowledge there is no way to do this but i could be wrong
     
  3. bigmisterb

    bigmisterb

    Joined:
    Nov 6, 2010
    Posts:
    4,221
    This can be done on a Unity Web Project, using Javascript as an intermediary.