Display a prediction for a projectile trajectory

My game object is a bouncing ball. it has initial velocity once it hits on floor it flies in a curved path based on velocity and force (once it hit on the floor i’m adding force. so the velocity will be increasing eventually)
I want to display a prediction for a projectile trajectory of my gameobject. (like angrybirds). I’m still new to unity so if anyone know how to do it please help me
Thanks

Hi,
you can checkout this tutorial. this might help you with trajectory projectile formula.

Here’s full tutorial with collision detection: Unity Projectile Trajectory Prediction With Collision Detection Tutorial - YouTube