Description
Bevy version
0.16-dev after #15481
Overview
If you have an asset that loads nested glTFs, for example my bevy-glxf-loader
, then if you have more than one glTF in that asset the names like Scene0
, Mesh0
, etc. will collide. What I'd like is to be able to namespace those loaded assets with a prefix of some kind.