Project #1
Feature 1:
Title: Object Spawner
Description: Spawns an object (cube) at the position of the mouse whenever the left button on the mouse is pressed.
Input: Mouse position and left mouse button
Output: An instantiated object (cube) that is spawned in at the position of the mouse
Feature 2:
Title: Mouse Target
Description: Displays the position of the mouse at the top of the screen and follows the position of the mouse with a marker.
Input: Mouse position
Output: Mouse coordinates (x,y) output in a text box and game object (sphere) follows the position of the mouse
Feature 3:
Title: Change Object Color
Description: A button that changes the color of all instantiated objects to a randomly generated color when pressed.
Input: All of the instantiated prefabs
Output: Changes the color of all prefabs to a randomly generated color
Feature 4:
Title: Destroy Object
Description: A button that destroys all instantiated game objects (cubes) when pressed
Input: All the instantiated prefabs
Output: Destroys all the instantiated prefabs
Leave a comment
Log in with itch.io to leave a comment.