GAME BASED EXAMPLES
Last updated
Last updated
--> Create a program that changes the color of a cube upon the user mouse clicking on it
--> Create a program that allows users to ONLY change the color of cubes, despite having other gameobjects within the scene.
--> Create a program where the user can spawn a cube wherever they click on the floor
--> Have a sphere fall with a raycast detecting when the floor hits. Have the sphere float 3m from the floor...
--> Create a program where a cube moves to where the user clicks