AppTypeRegistry.read() returns private paths to public types #17337
Labels
A-Reflection
Runtime information about types
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Wontfix
This issue is the result of a deliberate design decision, and will not be fixed
Bevy version
15.1
What you did
I was looking at this code to fix a bug in blenvy and found that AppTypeRegistry.read() returns inaccessible types
What went wrong
What I was expecting: Return types in a public form (eg: avian3d::prelude::ExternalForce)
What I got: Return types in a private form (eg: avian3d::dynamics::rigid_body::forces::ExternalForce)
The text was updated successfully, but these errors were encountered: