Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Triggers not working on Android

Discussion in 'Physics' started by YousifRagab, Apr 9, 2018.

  1. YousifRagab

    YousifRagab

    Joined:
    Oct 30, 2015
    Posts:
    19
    OnTriggerEnter is not working on Android, it's working well inside unity editor and on Windows build, but on Android it's not working, tried the 3 compression methods and adjusted the physics settings but still not woking, searched for the problem but nothing fixed my proprob yet..
    I have a rigidbody on the Player and a kinematic rigirigid on the trigger objects.
    I'm using Unity 2017.2.2f1 on Windows 10
     
  2. BrandyStarbrite

    BrandyStarbrite

    Joined:
    Aug 4, 2013
    Posts:
    2,074
    I'm curious to see, how this problem can be solved.
    Since I plan on making, a few games for android tablets.
    And I might probably, accidently run into a similar problem.
     
  3. YousifRagab

    YousifRagab

    Joined:
    Oct 30, 2015
    Posts:
    19
    I made a new small project to test the OnTriggerEnter function and it worked!
    But in the main project it's not working, OnCollisionEnter is not working too...
    Now i'm putting the test project assets into the main project to see if the problem is in the project files or not.
    I'm 50% sure that this problem is caused because i downgraded from Unity 2018.1 to 2017.2.2