"Has Entered Collision" Task isn't work.

gutti02

New member
I'm using "Has Entered Collision" task, but it doesn't process OnCollisionEnter() function.

I made this behavior tree.
1609587666056.png

When the upper box falls and hits the lower box, a log will be output.
1609587259259.png
However, no log was output.

How can I detect collisions between boxes?
I've also attached a Scene I made.
Please advise.
Thank you.
 
Sorry, the Scene was not attached properly.
Here it is.
Thank you.
 

Attachments

  • TestScene.zip
    3.7 KB · Views: 1
@Justin
Thank you for your advice.
I tried to use Idle task and Selector task and it worked!

Since I was using the Repeater task, I thought it was always active.
I didn't realize that I needed an Idle task.

Thank you for your quick response!
 
Top