This project is a starter Unity project for a Game Engine Fundamentals course. It includes the following scripts.
A typical HelloWorld script that prints some "Hello World" messages.
A script to move a GameObject in the horizontal plane.
A script to move a GameObject in the horizontal plane and that additionally animates the GameObject by
- rotating it around its Y-axis,
- moving it up and down according to a sine wave,
- scaling it as it goes up and down.