I need to make a collider that cannot be hit by any raycasts. I’m a server plugin dev so I can’t modifi anything about base game raycasts (technically I can but there is a lot of them and trying to change every single one with transpilers will take to much time). This also means that I cannot use Unity editor and have to do everything in code.
P.S: The game in question is SCP Secret Laboratory.