Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Two Line Renderers Not Interacting (Colliding) With Eachother

Discussion in 'Physics' started by talha_karim, May 15, 2020.

  1. talha_karim

    talha_karim

    Joined:
    Jun 28, 2018
    Posts:
    1
    I am drawing a line using line renderer in unity with edge collider, rigidbody2d attached. Each line is interacting fine with other gameobjects. However, these lines do not interact (collide) with one another. I have also disabled "use world space" in line renderer so that each line could have gravity effect.
     
    Neptotech likes this.