Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

How Can I Detect Intersection of Two Gameobject

Discussion in 'Physics' started by tahsinXYZ, May 4, 2020.

  1. tahsinXYZ

    tahsinXYZ

    Joined:
    Aug 14, 2019
    Posts:
    70
    I want to know how to detect to two intersecting gameobjects. If you can help me, I will be ver apriciate.
     
  2. Vryken

    Vryken

    Joined:
    Jan 23, 2018
    Posts:
    2,106
  3. giantkilleroverunity3d

    giantkilleroverunity3d

    Joined:
    Feb 28, 2014
    Posts:
    382
    But I have two colliders that I want to report the collision of each other. Only one has rigidbody.
     
    tahsinXYZ likes this.
  4. tahsinXYZ

    tahsinXYZ

    Joined:
    Aug 14, 2019
    Posts:
    70
    Thanks for help people. I solved my problem.