sbox-issues icon indicating copy to clipboard operation
sbox-issues copied to clipboard

Hull cylinder colliders don't trigger.

Open youarereadingthis opened this issue 6 months ago • 2 comments

Describe the bug

A component with Component.ITriggerListener interface will not fire its methods when using a hull trigger of cylinder type.

To Reproduce

  1. Create a component that implements ITriggerListener.
  2. Add a hull cylinder trigger.

See that it does not call those methods.

Expected behavior

Cylinder hulls should be compatible with ITriggerListener.

Media/Files

Here's a picture of my taxi in space with gravity fields on planetoids. My trigger component checks both Collider.Touching and on enter/exit. As you see here, the taxi is within the chocylinder(short for "chocolate cylinder") and yet it is not being considered as being within or entering/exiting even though it works for other types.

sbox-dev_lYmCZgQEGc sbox-dev_OxFdrmmm8S sbox-dev_KukeskddR9

Additional context

No response

youarereadingthis avatar Aug 15 '24 19:08 youarereadingthis