Wrapping Up Roll_A_Ball Project
- Sheng hao Wang
- Mar 28, 2016
- 1 min read
Well after starting C# scripting, now it is time to finish up Roll_A_Ball project. To finish the project, the next step will be writing a script for the camera.
This Script will make the camera follow the ball, which is the player object in game.
Now the camera is properly following the player object, the next step will be setting up play area and the pickup objects.
To make the pickup object function properly, adding the proper code to the PlayerController script is needed.
The final step to finish building the game will be adding the score display canvas and adding the display manager code to the PlayerController script.
Now the game is finish, the next step will be building the game.



























Comments