Some components don't implement FromReflect, eg PointLight #8774
-
Hi, I found out that some bevy components don't implement FromReflect, even though I believe they should be part of a saveable/serializable context. Either for an editor, or for network synchronization. In my specific case is for network synchronization. On a side note, what about assets passed across network? Anybody did any asset sync crate? Such as Mesh, Material and all the stuff you can have a Handle<> on. If not I'll have to build that one myself too I guess. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I agree: these should all impl FromReflect. Can you open an issue or PR please? :) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I agree: these should all impl FromReflect. Can you open an issue or PR please? :)