Jump to content

Unity 3d tutorial - part 1

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts
Text Version Of Unity 3D Tutorial Part 1

Welcome to the first tutorial For Unity 3D. Unity 3D is one of the top class game engine currently on the market. There are 2 versions of Unity , Unity 3D 3rd Party Version. And Unity 3D Pro.
Unity 3rd Party will cost you nothing and you can get it from this Link:

UNITY: Download

Note: To get the pro version you will need to download from the link above , then select pro trial when registering.


Okay so once you have downloaded Unity we are need to go to your desktop and select the desktop icon "Unity".

Once loaded we are going to click on "File" in the top left hand corner , we are then going to select "New Project". We Are going to call this project "3DCF" , we also need to select the toonshader.unitypackage which will be below the project Destination Path. Once you have done that , click create.
Posted Image

Now We need to Create a Cube , go into to GameObject Select , Create other and then select "Cube".
Posted Image
Go over to the properties of the cube and set the position of X , Y and Z to 0
Making the object easier to work with.

Now you need to download this file:Charmovejs
This is the character controller , it will make it possible for your character to move using the arrow keys.


We now need to import this asset , to do so right click in the project panel (Green Area Highlighted in image). We then need to navigate to our charmove.js file and click Import.

Posted Image

Once we have imported we need to click on the cube in the Hierarchy (Blue Area in image Below). We then need to click on Component , then on physics and then on character controller. Once we have done this we then need to find the charmove.js in the project view, to find this simply type in Charmove.js in the search field. Once you have found it we need to drag this onto the cube that we just created in the project view ( NOT the 3D view as it will not work).
Posted Image


Well thats all ive got time for tonight , i hope this has came in handy for you lot , i will bring out another tutorial tomorrow and the first part of the youtube series will also be out tomorrow!.

Cheers for your time!

Attached Files


Edited by Blimp, 07 January 2010 - 12:51 PM.


#2
James.H

James.H

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 866 posts
Good tutorial and easy to follow, just downloaded unity and playing around with it.

+ rep!

#3
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Good tut +rep.:)

BTW whats the your youtube channel so I can look at it.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#4
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts
Youtube video is not actually up yet , its called Codecall although it doesnt have any videos yet , i created the video earlier but got absolutely owned by my laptop when i realised the mic wasnt plugged in , unless somebody can edit the sound for me so it will play my voice louder? , great thanks if you can :)!

#5
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
OK, I think I looked at that channel yesterday when I was looking at stuff. BTW what are you using to edit the video.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#6
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts
Im using Sony Vegas iv completed the video now but im just creating an intro :)

#7
arkanion

arkanion

    Newbie

  • Members
  • PipPip
  • 10 posts
thanks

#8
GLEST

GLEST

    Newbie

  • Members
  • Pip
  • 6 posts
I just want to say something about your tutorial, great tutorial and all, but at the first pic it says that google chrome has Unity3d tutorial open, just a little mistake anyways ^^

#9
GMVResources

GMVResources

    Learning Programmer

  • Members
  • PipPipPip
  • 72 posts
Nice tut overall now im not sure which game engine to pick lmao :D

#10
CuzImAwesome

CuzImAwesome

    Newbie

  • Members
  • PipPip
  • 25 posts

GMVResources said:

Nice tut overall now im not sure which game engine to pick lmao :D

Yeah lol me to! :)

#11
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts

GLEST said:

I just want to say something about your tutorial, great tutorial and all, but at the first pic it says that google chrome has Unity3d tutorial open, just a little mistake anyways ^^

I was using some other guys tutorial for myself before, didn't know how to use shaders back then!