Hello, I am looking for an example of how to make the slingshot mechanics found in a game like Angry birds. Would anyone be able to direct me to an example?
Thanks
Hello, I am looking for an example of how to make the slingshot mechanics found in a game like Angry birds. Would anyone be able to direct me to an example?
Thanks
If you open the physics joints demo example, you’ll find the mechanics you need in the center bottom box.
You’ll have to remove the joint when the object touches the point where it’s attached so that it can continue on its momentum.
Perfect that helps alot!! Thank you!