playMaker

Author Topic: Pendulum Effect  (Read 1758 times)

OmeletteDuFromage

  • Playmaker Newbie
  • *
  • Posts: 4
Pendulum Effect
« on: July 02, 2015, 03:25:32 AM »
Hello Everyone

What is the best way to make a pendulum motion effect (unity 2D) ??

Thanks in advance
« Last Edit: July 02, 2015, 03:34:12 AM by OmeletteDuFromage »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Pendulum Effect
« Reply #1 on: July 02, 2015, 07:32:34 AM »
Hi,

 Unity 2d has a whole physics engine that can perfectly make a pendulum, and for this you don't need PlayMaker at all. just use "Hinge Joint 2D" component:

http://docs.unity3d.com/Manual/class-HingeJoint2D.html

Bye,

 Jean