Recent content by CarmenXero

  1. C

    Crawl clips through ceiling when exiting manually

    A breakpoint in KinematicObjectManager.Update worked, so breakpoints are indeed working. EDIT: CanStopAbility is being called and checked when crouching. Crawling specifically is not calling it.
  2. C

    Crawl clips through ceiling when exiting manually

    I am running the latest version. Using Unity 2020.2.5f1 too. I created a fresh project and got the same result as before. I set a break point where you suggested and nothing happened. I put break point at the start of the method as well and even then it never fired. CanStopAbility doesn't even...
  3. C

    Crawl clips through ceiling when exiting manually

    Hello, In the demo scene, I have changed the crawl ability to be manually activated versus automatically activated via a trigger. If you exit the crawl while a ceiling is above you, your character will clip through the ceiling and stand up. I am wondering if this is a bug or if I may be doing...
Top