Unity Tutorials Create a script that moves a GameObject forward in the direction it is facing. April 28, 2023February 12, 2023 Technology Researcher Read More
Unity Tutorials Script that rotates a GameObject around a specific axis by a certain amount each frame. April 21, 2023February 12, 2023 Technology Researcher Read More
Unity Tutorials Script that detects when a GameObject collides with another GameObject and logs the collision to the console. April 14, 2023February 12, 2023 Technology Researcher Read More
Unity Tutorials Write a function that takes an array of integers and returns the sum of all even numbers in the array. April 7, 2023February 12, 2023 Technology Researcher Read More
Unity Tutorials Script that allows a player to move a game object along a path using the arrow keys. The object should move forward when the up arrow is pressed and backward when the down arrow is pressed. March 31, 2023February 12, 2023 Technology Researcher Read More
Unity Tutorials Script that allows a player to rotate a game object using the left and right arrow keys. The object should rotate left when the left arrow is pressed and right when the right arrow is pressed. March 24, 2023February 12, 2023 Technology Researcher Read More
Unity Tutorials Script that allows a player to change the size of a game object using the arrow keys. The object should grow larger when the up arrow is pressed and shrink when the down arrow is pressed. March 17, 2023February 12, 2023 Technology Researcher Read More
Unity Tutorials Script that allows a player to pick up and throw objects in the scene with the mouse. March 10, 2023February 12, 2023 Technology Researcher Read More
Unity Tutorials Script that changes the color of a material on a game object to a random color when the player presses the “C” key. March 3, 2023February 12, 2023 Technology Researcher Read More
Unity Tutorials Script that randomly generates a platform in the scene with a random size and position. February 24, 2023February 12, 2023 Technology Researcher Read More