About 7,940 results
Open links in new tab
  1. How to do collision detection in Unity between Character …

    Jun 10, 2020 · I would like to know more about how collision detection works in Unity especially when character controllers and NavmeshAgents get involved. For example, how can I detect …

  2. How to detect collisions in Unity ECS? - Game Development Stack …

    The documentation of version 1.0 of the physics system has a chapter on processing collision detection events that shows a solution applying some of the new idioms. That article might be …

  3. unity - How to detect collision occurring on a child object, from a ...

    Dec 3, 2017 · Direct quote from Unity Answers (written by Ashish Dwivedi): Add a script to child and inside it have a reference of script of parent object. Now write 3 methods in parent script …

  4. unity - Unity3D Get collision without having Rigidbody - Game ...

    Jul 15, 2015 · Unity3D Get collision without having Rigidbody Ask Question Asked 10 years, 6 months ago Modified 9 years, 2 months ago

  5. How can I implement fast, accurate 2D collision detection?

    I'm well aware of how to detect if two or more 2D objects collide but I'm interested in how to decide whether to check for a collision. In previous projects, I just had every object check …

  6. Simple collision detection in Unity 2D - Game Development Stack …

    Simple collision detection in Unity 2D Ask Question Asked 11 years, 4 months ago Modified 5 years, 7 months ago

  7. unity - Collision callbacks not working - Game Development Stack …

    Jun 18, 2022 · Kinematic bodies are not intended to react to collision, because they model objects moving differently from strict physics laws (e.g. player characters). Unity doesn't support …

  8. unity - How to fix collision detection with fast moving objects in …

    Jan 28, 2023 · I found a solution! In order to get a proper collision detection you should use Kinematic body type in Rigidbody2D properties and move the ball with …

  9. unity - Collision detection with CapsuleCast - Game Development …

    Sep 13, 2024 · unity collision-detection physics rigidbody See similar questions with these tags.

  10. collision detection - Unity 3D move kinematic rigidbody - Game ...

    Oct 22, 2019 · The collision detection of both objects is continuous dynamic and works for both other rigidbody objects and the object with the character controller. I've tried not using a …