❔ Problems with colliders...
Context:
when a game object with tag "Player" touch other object,
print in console "Func". But that doesn't works
6 Replies
Please show both of the colliders components in the Unity Inspector.
Player:
Object:
Well, Yeah.
You're trying to check the trigger while it is not a trigger.
Use OnCollisionEnter
https://docs.unity3d.com/ScriptReference/Collider.OnCollisionEnter.html
I suggest reading the docs for any issues you experience.
0kk
but
doesn't work
ªªªª
nothing
thanks
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.