Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geometry Collection Support #3

Open
dyanikoglu opened this issue Feb 16, 2025 · 0 comments
Open

Geometry Collection Support #3

dyanikoglu opened this issue Feb 16, 2025 · 0 comments

Comments

@dyanikoglu
Copy link

Hey,

First of all, thank you for making this plugin free!

I've been investigating possiblities with integration for geometry collection actors with this plugin, but noticed overlap events are somehow not triggering for geometry collection components when they pass through physics volume or water body.

After working around this issue (manually registering the component into water physics actor just to see if they work), I also noticed geometry collection body doesn't get any buoyancy force, and majority of buoyancy logic is not getting executed. I believe that's because Geometry Collections doesn't have a valid root BodyInstance setup (their GetBodyInstance call always returns null), and they rely on cluster of custom bodies defined within Chaos phyiscs interface.

My question is, is there any plan on supporting geometry collections within this plugin? It would be cool to see broken pieces swimming through water :)

Cheers,
Doğa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant