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. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Question AR object and 3D object are overlapping each other

Discussion in 'AR' started by l190964, Jan 6, 2023.

  1. l190964

    l190964

    Joined:
    Nov 13, 2022
    Posts:
    4
    I am trying to throw a 3D object inside an AR object, but
    1. Both are overlapping
    2. On throw, the 3D object hits the detected plane and show collision effect.
     
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    3,477
    What is an ar object?
     
  3. l190964

    l190964

    Joined:
    Nov 13, 2022
    Posts:
    4
    AR object is the digitized object that is placing on the plane detected by AR-Plane Manager.
     
  4. l190964

    l190964

    Joined:
    Nov 13, 2022
    Posts:
    4
    I got it fixed by changing the throwforce of the 3D-object. Due to high throwForce, the 3D object that was creating used to move in z-axis and jump behind the AR object.
     
  5. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    3,477
    So another 3D object haha

    Glad you got it fixed!