This script is being used to switch between different scenes. The variables are the scene number, the transition and the transition time. Pretty straight forward. Next, this function will be called when the specified button is pressed. It will start the coroutine and call the Load Level function. So, here it says to wait forContinue reading “Level Controller”
Category Archives: Uncategorized
Camera Move
The variables in this script are target game object and the offset for the camera. It starts off with setting the offset. It does this by getting the position of the camera to the target. Here is where the target is specified. The target is the active player. It then changes position depending on theContinue reading “Camera Move”
Week 1
This week, we were put into teams for the games that were voted for. I am working on Wild Wild Animals and am tasked with coding for the game. I decided to start working on the battle element of the game first, since that is one of the main focuses. For this, I created aContinue reading “Week 1”