Hello, I have just come across this game engine, and i’d like to know some information.
I’d like to build a small walk around, with a First person view. Some trees, palm trees. And water. Where can i find tutorials on how to create these things, the trees aren’t important. Just the viewing and walking around, as well the water?
Basically, you create your graphics in a 3D application. For testing, you can just drag in Ground mesh from standard assets - this won’t even require any 3D application.
Then you drag in First Person Controller from standard assets. For a real game you could tune it to death, but for start it just works, giving you basic mouse looking, movement, jumping and collision with the world.
The water is done equally easy - drag in one of the Water prefabs (the ones in Unity Pro look much better, because they have realtime reflections/refractions).
The tutorials are really recommended things to read. FPS tutorial (part 1, up to section 5) on that page explains these things - how to start project, import your artwork, add a first person character. Then it goes into more subjects like weapons etc.
But that was a good point - we’ll add more images to the documentation.
Well yes… the levels are called scenes in Unity.
Just save your 3D assets and images and add them to your scene using drag and drop from the project view.
Take a look at the Getting Started Guide for an overview of how to work with the Unity basics.
Unity is not a 3D modelling application. You can use it to layout your existing 3D models for a game level of course - just drag them onto the scene view and move/rotate/scale as you see fit. Some people are using Unity itself as “level editor”, others do it almost completely in 3D application. Each approach has it’s pros and cons.
It is an installer which will install all that is necessary to run Unity.
After installation is complete just double click on Unity in /Applications/Unity.
If you want to get really good lucking water, you might want to request a trial for the Pro version by contacting david@otee.dk.