How to make it so i can click through the wall??

d

so im creating a 3rd person farming game, i want to be able to interact with things within this wall but the collision blocks it completely

heres the problem, if i turn off collision i cant have this see-through effect, if i turn it on i can interac tpast the wall, you guys know any way around this??

  1. the wall with the large opening should not have collision in the opening in the first place. so get a better, more precise collision volume

  2. you dont have to trace the collision channel, you can also trace for e.g. visibility or other criteria.