briansemrau / godot_box2d

A C++ module that integrates the Box2D library with the Godot game engine by providing nodes for standard Box2D objects.
MIT License
44 stars 4 forks source link

Box2DFixture does not work with Box2DPhysicsBody as parent of parent #51

Closed briansemrau closed 3 years ago

briansemrau commented 3 years ago

The following hierarchy is not currently supported:

Box2DPhysicsBody
    L   Node2D
           L Box2DFixture

This is already supported with Box2DWorld and Box2DPhysicsBody, so this is incongruent