In these four videos I will give you an introduction to scripting in Unity with C#.
In the first project, BoxScaler, I will show you how to create a simple scene with a script that scale a box on mouse over.
In the second project, BallBouncer, I will show you how to create a simple game with two scenes and game scripts in C#.
1/4 – Unity project “BoxScaler”
In the first movie I will show you how to create a simple script that scales a box on MouseOver
2/4 – Unity project “BallBouncer”
Create the main menu scene using EZGUI
3/4 – Unity project “BallBouncer”
Create the game level, player ball, enemy balls using cubes, dynamics and textures.
4/4 – Unity project “BallBouncer”
Create all the script logic for the game BallBouncer
You can download the necessary textures for tutorial 2-4 here
Comments are closed.