Unity Physics in Action
Unity Learning Unity has a great introductory course within their official unity learn website, also providing assets for the users to be able to create code without needing to be creative with the objects that they are coding. The course that I have decided to do is a simple project for beginners that allows the user to program a vehicle object that is able to move around certain obstacles and interact with them. Utilizing Physics in Game Interaction with other objects are simulated by the Unity Physics Engine. Although not being realistic at times, the results are always interesting and makes you appreciate any game you play and how the people behind these games are able to simulate physics in their games. The basic functions of the game will be player movement, camera hover and obstacle interaction. Utilizing the Physics in game I am able to change certain features of the obstacles to react differently with the vehicle object. Rigidbody Manipulation Figure 1: Rigidbody Properti...