save bevy scene #15987
Replies: 2 comments
-
now,i use
when i load this scene, it texture is |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
now,i use
when i load this scene, it texture is |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i spawn a TextBundle with
TextStyle:font
then, i save the world to file
i see the
Handle<A>
is with#[derive(Component, Reflect)]
and#[reflect(Default, Component, Debug, Hash, PartialEq)],
but
StrongHandle
is not has reflect trait,what should i doBeta Was this translation helpful? Give feedback.
All reactions