x


Load Unity levels made from another computer

Is there an easy way to load a unity scene made from another computer? I've tried doing it, but the scene has no assets in it, just the transforms of where the assets were supposed to go.

more ▼

asked Jul 29 '10 at 09:48 PM

Kith gravatar image

Kith
526 27 28 38

(comments are locked)
10|3000 characters needed characters left

3 answers: sort voted first

Right click the unity scene from the first computer, click export. After you've exported it, send it to the other computer, then just double click.

You can't just move the file itself, it's meaningless without the metadata belonging with it

more ▼

answered Jul 29 '10 at 09:56 PM

Mike 3 gravatar image

Mike 3
30.5k 10 65 252

(comments are locked)
10|3000 characters needed characters left

if my understanding is correct you want to transfer the whole scene file to another computer to edit it and what not. if so the best way is to right click on the scene file in the project window and then choose export package. then make sure you have the select all dependesies checked. then in the other computer choose import package and select the file you created this will do it

more ▼

answered Oct 10 '10 at 09:22 PM

raminsh gravatar image

raminsh
173 15 15 21

(comments are locked)
10|3000 characters needed characters left

If you want to this during runtime you'll probably need to use asset bundles, which are only available on the pro version. If you want to just load the scene into the editor you'll need to create a unitypackage containing that scene and including all dependencies (assets).

more ▼

answered Jul 29 '10 at 09:55 PM

StephanK gravatar image

StephanK
6k 39 53 93

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

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

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x3718
x969
x110

asked: Jul 29 '10 at 09:48 PM

Seen: 1170 times

Last Updated: Jul 29 '10 at 09:48 PM