top of page
Search

My first 3d game (attempt no. 32)

  • Aug 26, 2023
  • 1 min read

I am sorry if the video is blurry wordpress is not agreeing with me.

I tried making it in the Godot game engine but I was not able to get the sprite (picture) to render well, so I looked to Unity which I found much easier.

This fun little project was not only for pleasure but it taught me how to code using the C# script as well as teach me about some new terms such as:

– Vector2 (a function which takes in two parameters which are the x-axis and the y-axis),

– Vector3 (a function that takes in three parameters which are the x-axis, the y-axis and the z-axis) and

– Quaternion.identity (a term which is written when there is no specific answer for a certain parameter, like when you are asked to give the z-axis in a 2D game)

 
 
 

Comments


Drop Me a Line, Let Me Know What You Think

Thanks for submitting!

bottom of page