- Edited
I'd like to inform everyone that the game is finally finished ^^
Would to have playtesters for my game so if anyone is interested, please let me know.
I'd like to inform everyone that the game is finally finished ^^
Would to have playtesters for my game so if anyone is interested, please let me know.
Hey, since you want control over the object you can try using a Rigid body with isKinematic
set to true
for a ball that bounces off of surfaces, to predict the end position of the ball after the bounce you can use a kinematic equation with variables such as:
Here's a tutorial on how to do this