Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Character controller and trigger (help)

Discussion in 'Physics' started by konsic, May 1, 2019.

  1. konsic

    konsic

    Joined:
    Oct 19, 2015
    Posts:
    995
    I'm experiencing one issue with character controller going over OnTriggerStay.
    Sometimes when character controller is in the trigger, trigger event happens and sometime it doesn't.

    I did set IsTrigger and use tag for character controller.
    Character controller is competely inside the trigger. Trigger sometimes happens, sometimes not.

    It's weird. Why is this happening?