This video discusses some important considerations and settings for implementing projectiles in Unity3D via two different methods: setting the velocity of a rigidbody, and using transform on the gameobject. A future video will focus on implementing projectiles with two additional strategies: animations and transform with raycasting.