Unity 3D Course Lesson 90 Question

Hi,

I am following along with the lesson on screen.

The collision seems to be working (I print out messages from OnTriggerEnter).

The shooting mechanis looks ok visually.

BUT, OnParticleCollision never gets called.

I do not have Is Trigger bix checked on the test enemies.

I do have Send Collision Messages box checked on both of my lasers.

I have rewatched Lesson 90 to see if there was anything I missed.

I did set up a print line within OnParticleCollision, but nothing gets printed.

I ran out of ideas. Based on what I described, can you think of anything that could be causing this?

Bet regards,

Sang-Woo

Hi, with help from ChatGPT, I was able to fix the issue.

The Collision Type on the Lasers need to be World, not Planes.

Best regards,

Sang-Woo

Hi Sang-Woo,

Thanks a lot for sharing your solution. :slight_smile:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.