Projectile launch.. HELP

Hello everyone.

I wanted to know if someone helps me see how I can do to launch a projectile if it is spinning in a circle.

This video defines what I really want to do:

Assuming you have the position your object is circling around…

Vector3 launchDirection = (objectToMove.transform.position - circle.transform.position).normalized;

Let me know if you’d like me to explain any more.

1 Like

@MSplitz-PsychoK Ohh thanks so much. It’s amazing, working for me.