playMaker

Author Topic: [SOLVED] Get Collision2D Info - Contact Normal is Vector3  (Read 1375 times)

Dagger

  • Playmaker Newbie
  • *
  • Posts: 4
[SOLVED] Get Collision2D Info - Contact Normal is Vector3
« on: January 09, 2019, 06:33:06 PM »
Hello!

In Get Collision2D Info action Contact Normal is of Vector3 type. Shouldn't it be Vector2 instead?

Thank you!
« Last Edit: January 18, 2019, 06:08:46 AM by Dagger »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Get Collision2D Info - Contact Normal is Vector3
« Reply #1 on: January 18, 2019, 03:26:14 AM »
Hi,

 yep, you are right, I'll raise that internally so that we also provide the vector2d variant, we won't remove the 3d as it would break existing project though.

Bye,

 Jean

Dagger

  • Playmaker Newbie
  • *
  • Posts: 4
Re: Get Collision2D Info - Contact Normal is Vector3
« Reply #2 on: January 18, 2019, 06:07:27 AM »
Hi,

 yep, you are right, I'll raise that internally so that we also provide the vector2d variant, we won't remove the 3d as it would break existing project though.

Bye,

 Jean

Awesome!
Thanks, Jean!