top of page
Search

The Adventures of a Football - A Unity 3D Platformer (Unity Game Development Project - 1)

  • Writer: Abhishek Padhee
    Abhishek Padhee
  • Jan 24, 2022
  • 1 min read

This is a simple platformer I built to fully explore the features of Unity.

Using a football model I created in Blender, I combined it with Unity's inbuilt physics features to create this.


The platforms are in-built game objects with a metallic albedo material.


The skybox is a free asset provided by Nathan Duck.


The Football

  • Modeled in Blender

  • Uses Unity's Rigidbody for movement

  • Uses Vectors for movement in x,y,z directions(y direction is a jump)

The Platforms

  • In-built 3D game objects provided by Unity

  • Textured with material containing metallic albedo

The Powerups

  • The golden, rotating cubes are collectibes

  • On collecting, they increase the player's jump force

  • This can be used for jumping higher and cross more difficult obstacles

If you're interested in learning more about the process or access to the code of this project, contact me here.

 
 
 

Comments


Post: Blog2_Post
  • LinkedIn
  • Instagram

©2022 by abhishekpadhee. Proudly created with Wix.com

bottom of page