x


How do I load the assets from a tutorial?

I've been trying to do some tutorials and I've run into the same problem a couple times. When I'm trying to get something into unity and the tutorial says to load the (eg) 2dplatform assets package, I cant. What I've been trying to do was load the standard assets pack and then just import the individual files as I need them but I'm having lots of problems and I think its connected.

The tutorials I've been doing are FPStutorial (quit that one but I hope to redo it sooner or later) and then I tried the 2d "gameplay" tutorial.

Another thing iwth the 2d tutorial is tha I can't import individualy if I wanted to because the file is something it wont let me put it....it looks kind of like a finished game to me....

more ▼

asked Dec 19 '09 at 02:14 PM

play4theworld gravatar image

play4theworld
11 2 2 3

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

2 answers: sort voted first

Tutorials are usually supplied as entire projects, rather than individual assets or bundled assets. Look for a folder that contains at least two folders inside it. One will be named Assets, the other Library.

In Unity, select File->Open Project. Navigate to the folder that you found, select it and click Open. (It is important that you select the right folder; by mistake I've selected folders containing more than one project and Unity 2.5 tries to load everything as one massive project.)

In the Project view you should then see all the folders, scenes, and assets of the project.

more ▼

answered Dec 19 '09 at 04:41 PM

Bampf gravatar image

Bampf
5.1k 8 20 49

ok, I have figured it out but now I'm having problems (2d tutorial) with when I go to play lerpz wont show up, at all. Ive checked everything I can thing of and teh spawn seems to be set right.

Dec 19 '09 at 07:47 PM play4theworld

The first thing to do is carefully reread each step of the tutorial to find what you missed. If that doesn't help, if you can form it as a specific question you could try posting a new question on answers.unity3d. But for ongoing help with the tutorial you might want to try the Unity IRC (chat) channel or the discussion forums.

Dec 19 '09 at 09:01 PM Bampf
(comments are locked)
10|3000 characters needed characters left

why you don't import the package completely and then use what you need from it? when unity creates the exe file, it will just include used assets so there is no downside to import the package completely. if the tutorial has a project folder you can open it and see how things are implemented and if it has package files you can simply import them in assets/import package menu. to open projects just find the project folder that includes the assets folder and open it using unity. go to file/open project and select the folder.

more ▼

answered Dec 19 '09 at 04:44 PM

Ashkan_gc gravatar image

Ashkan_gc
9.3k 33 56 120

(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:

x996
x428

asked: Dec 19 '09 at 02:14 PM

Seen: 1792 times

Last Updated: Dec 20 '09 at 04:45 PM