Search Unity

Shadows Colliders

Discussion in '2D' started by lolreplay92, Feb 8, 2020.

  1. lolreplay92

    lolreplay92

    Joined:
    Dec 17, 2017
    Posts:
    13
    Hello guys,

    Is there any way to create colliders on shadows?
    I can basically get to the point i know the proportions and position of the shadow using rays, then clone my object and apply these proportions and position changes and then use collider on the clone but since the objects are 3D and the shadows are 2D, there is a distortion which i don't know how to apply to the cloned 3D object so my collisions are not accurate.

    Anyone has any idea how can i work this out or give me another approch?