Hello World,
I want to make my own collider, and I want the Raycast to recognize this collider. And i want to know if I do this collider I can put together with another one? TY guys!
What are you trying to accomplish? You can put multiple colliders on an object. Do you want to use multiple colliders but only have the one detect the Raycast and not the others? If that’s the case, you can put the other colliders on child objects of your game object and set the layer to “Ignore Raycast”. I actually learned about doing this recently.
ooo ty for the reply. It was pretty much it that i was trying to do, but i’ve already made it. In my case I cant put them in the layer “Ignore Raycast” because I will use those colliders to check another Raycast. I made it by comparing the colliders. But ty anyway!