Blender & Unity Tutorial : Cannon Shoot

This is a new part of the blender to Unity game asset tutorial, in which I will actually shoot the cannonball with the cannon. I add a Rigidbody in a C# script to be able to set the velocity for ...
This is a new part of the blender to Unity game asset tutorial, in which I will actually shoot the cannonball with the cannon. I add a Rigidbody in a C# script to be able to set the velocity for ...
In this Unity Gamedev tip and tutorial I show how to drag a gameobject around in your scene while the game is running. I write a C# script that you can attach to you game object to have the drag ...