In my 3d scene I have a 3d object with a capsule collider. Also in this scene I have a 2d sprite with a 3d box collider. I would think that this setup would work, as both are 3d colliders but even though I have one set as a trigger the OnTrigger function is not being triggered. Any ideas as to why this would not work?