playMaker

Author Topic: OnControllerColliderHit [SOLVED]  (Read 5857 times)

Justin

  • Junior Playmaker
  • **
  • Posts: 58
OnControllerColliderHit [SOLVED]
« on: January 22, 2016, 01:31:38 AM »
http://docs.unity3d.com/ScriptReference/CharacterController.OnControllerColliderHit.html

Is there an action for this? I can't seem to find one if there is. It would be most useful if it functioned like the triggerEvent/CollisionEvent. Any help much appreciated, thanks!
« Last Edit: February 27, 2016, 12:24:38 AM by Alex Chouls »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: OnControllerColliderHit
« Reply #1 on: February 01, 2016, 06:52:13 AM »
Hi,

 Can you bump me towards end of the week. I'll do a proxy for this.

bye,

 Jean

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: OnControllerColliderHit
« Reply #2 on: February 09, 2016, 08:55:37 AM »
Have you checked out the "Get Controller Hit Info" and "Get Controller Collision Flags? actions? They might do what you want-
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!

Justin

  • Junior Playmaker
  • **
  • Posts: 58
Re: OnControllerColliderHit
« Reply #3 on: February 23, 2016, 03:50:10 AM »
I surprisingly haven't tried that mdot, looking at the actions I suspect I should be able to get the results I'm looking for with those, thank you.  However, I think it would still be useful to have an action that functioned like triggerEvent/CollisionEvent for controllerColliderHit if its possible.

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: OnControllerColliderHit
« Reply #4 on: February 24, 2016, 03:57:16 PM »
How would you want it to work? I can give it a shot  :)

So get ControllerCollider hits and filter them by tag like Trigger event?
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4002
  • Official Playmaker Support
    • LinkedIn
Re: OnControllerColliderHit
« Reply #5 on: February 24, 2016, 06:56:59 PM »
... I think it would still be useful to have an action that functioned like triggerEvent/CollisionEvent for controllerColliderHit if its possible.

Collision Event works with Controller Collider Hit - select On Controller Collider Hit in the Collision popup. You can then use Get Controller Hit Info for more info.

Justin

  • Junior Playmaker
  • **
  • Posts: 58
Re: OnControllerColliderHit
« Reply #6 on: February 26, 2016, 11:08:50 PM »
Quote
Collision Event works with Controller Collider Hit - select On Controller Collider Hit in the Collision popup. You can then use Get Controller Hit Info for more info.
  Wow what is wrong with me, how did I miss that, now I feel i like a noob... thanks guys, sorry to waste your time!  ;D

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: OnControllerColliderHit [SOLVED]
« Reply #7 on: March 29, 2016, 02:05:19 AM »
Hi,

 No worries :) never hesitate to ask questions, sometimes we miss the obvious or indeed it's not how we envision a feature...

 Bye,

 Jean