Learning Unity

Hi,

I’m looking for some books to learn Unity for a 2D game.

So far I got 2 E-Books about the essentials.

My problem is, these books use the stage to setup the levels.

In Flash, I build my levels without ever touching the canvas.

What I would like to find, is a book / Tutorial / Video / Something, that teaches me how to make instances of objects without using the asset browser. How to parent sprites to eachother dynamically. etc.

Programming in C# is not the problem, but learning Unity is :frowning:

http://www.untoldentertainment.com/blog/2010/12/23/dynamically-add-a-gameobject-to-the-scene-in-unity-3d/

Right, this is what I needed.

Now can anyone tell me how to parent an object to another object dynamically ? (so it’s attached and will use the same physics)

Please, not all at once !ç

I’m gonna give you a suggestion that will change your life.

http://lmgtfy.com/?q=How+do+I+parent+a+game+object+in+unity3d

Best,

Jon