godb.74120
6 months agoHonored Guest
Help with collision event triggering multiple times.
I am working on a game in horizon world where players throw rocks to hit NPCs (from unity asset bundles). I am encountering an issue with collision detection where a single rock hit is triggering mul...
- 6 months ago
You may have to share some related code. Physical Collision is known to fire multiple times due to geometry of the objects, but typically triggers only fire once when entered. I suspect something is not behaving as expected in our scripts, or the world is just misbehaving, but shutting it down and returning should resolve that issue.