Chaos - "trying to simulate physics on .... but no physics body"

This warning appears when i try to set “simulate physics” to TRUE during runtime in a geometry collection. But physics does work correctly even with this warning. But the warning is annoying.

I understand that a workaround would be having “simulate physics” as “true” initially, and have “object type” as “sleeping”. And applying a force-field during runtime.

Thanks in advance for any comments regarding this topic.

Hi
This warning is a known issue and has been fixed recently for the incoming release

For the geometry collection component, simulate physics currently behave differently than the static mesh component
If you want collision you should keep it on and then use the “Object type” combined with anchor field or setting state on the element of the collection itself

You can find more info about the fields in this official tutorial:

Hope this helps

3 Likes

Thanks a lot for the reply.