I am trying to create an event which fired when the player’s cursor is getting inside the sphere collider. With the mesh, it works perfectly, but with a single sphere collider - not. What can it be?
I found how to fix it!
Solution: To change the collision preset from OverlapAllDynamic to BlockAllDynamic.