playMaker

Author Topic: Set Property Not Working On RigidBody2D Constraints  (Read 1463 times)

iEpic

  • Playmaker Newbie
  • *
  • Posts: 48
    • IndieGamerWorld
Set Property Not Working On RigidBody2D Constraints
« on: October 28, 2016, 03:56:00 PM »
I'm trying to use a Set Property with my Rigidbody2D with a constraints, and the value I'm trying to set is Freeze Position X.

You can select the Freeze Position X value, but there is no check box to turn it on or off like all the other set property components.

Is this a bug, or am I doing it wrong??

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Set Property Not Working On RigidBody2D Constraints
« Reply #1 on: November 01, 2016, 02:37:22 AM »
Hi,

 Constraints are quite special in the way they are define using bitwise operation, and that's tricky to work out within PlayMaker. http://answers.unity3d.com/questions/569516/how-to-set-custom-rigidbodyconstraints.html

so prefer using the dedicated actions for it on the Ecosystem.



Bye,

 Jean