How do i create a character,background, weapons & enemies?

I’m new to unity and I’m having problems understanding how it works. I tried the tutorials and the manual and they are just gibberish to me. please can I have some help?

2 Answers

2

If those were gibberish to you, any concise answer given here will be worse…think about it… if people making a tutorial are making an effort to get you to learn something, and they fail, then you won’t do better here.

I would suggest YouTube tutorials. There are many out there already. That’s how I got started with Unity. Start at this link and replicate the code line by line. Go through each tutorial very closely. If you don’t understand, redo it until it makes sense.

After about 100 tutorials, come back to these forums. If you don’t like that link, then google search for “youtube unity3d tutorials”

Are you taling about how to create models and textures? Get a free 3D modeling program like Blender, and a graphics editing program like GIMP or Photoshop. 3D modelling is not something you learn overnight, it will take months of not years but you will learn something new with every project so just keep working on it :slight_smile:

As for the scripts that bring weapons, enemies and such to life, you could either check some tutorials or just google for sample scripts and use those, modifiyng them for your own needs.

thanks. I will try these. excuse me for asking, but I downloaded things from the asset store, but I don't know how to get it onto my project. will I also need to watch the YouTube videos for that?

Post comments as comments, not as answers please. I took the liberty to convert your answer into a comment :) If you downloaded, say, a model from the asset store, you have to put it somewhere in you project's asset folder. Then it should appear in the project view and you can drag it into the scene from there.