Reflect for AssetPath #8458
Labels
A-Reflection
Runtime information about types
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
What problem does this solve or what need does it fill?
AssetPath
does not implement reflect, so I can't send it over the network. I can only send a regular string with#
to separate label from the path, but it's not very convenient.What solution would you like?
Add
Reflect
andFromReflect
impls forAssetPath
.The text was updated successfully, but these errors were encountered: