top of page

 

 

Basic Scene Design

With Unity, a software primarily used for videogame design and programming, a simple and fun game is easy to create. Here is the start of the project, showing the basic scene infrastructure to later introduce complex level design and coding with C#.

 

 

C# Coding

Utilizing the C# language, the objects we created in Unity can be given properties. Here is the basis for a script that allows someone to move the player around the level, and later to pick up items for points.

 

 

Levels Design with 3D Studio

Unity also allows us to create assets, in this case some ramps and platforms, in other programs like 3D Studio Max and then import them into Unity. Later on components, scripts and colliders can be attached to the models.

 

 

Combining Everything

By combining Unity GameObjects, C# scripts, and 3D Studio Levels, a fun game can be easily made. Shown here is an unfinished version of the final game.

bottom of page