Tips and Tricks

uniyt rigidbody velocity

Unity Rigidbody Velocity

Unity Rigidbody Velocity Introduction When moving characters, vehicles, or other objects around your game physics quickly become an important factor. Unity comes with built in physics simulations which you can apply to your GameObjects through the use of Rigidbody components. One of the most commonly used properties of Rigidbodies is velocity. Furthermore, you can set …

Unity Rigidbody Velocity Read More »

Photo by Frank Cone from Pexels

Tips and Tricks: Unity Instantiate Prefab as Child of GameObject

Tips and Tricks: Unity Instantiate Prefab as Child of GameObject Introduction Creating new GameObjects is a key component of many games. Oftentimes you will find yourself instantiating GameObjects for projectiles, enemies, or to attach items to your player. You may even be instantiating items and want them to be placed under an empty GameObject, as …

Tips and Tricks: Unity Instantiate Prefab as Child of GameObject Read More »