Describe the bug
Im having serialize errors with StandardMaterial.
err="failed to serialize prefab: Message("type alloc::sync::Arc<bevy_asset::handle::StrongHandle> did not register the ReflectSerialize or ReflectSerializeWithRegistry type data. For certain types, this may need to be registered manually using register_type_data (stack: bevy_pbr::mesh_material::MeshMaterial3d<bevy_pbr::pbr_material::StandardMaterial> -> bevy_asset::handle::Handle<bevy_pbr::pbr_material::StandardMaterial> -> alloc::sync::Arc<bevy_asset::handle::StrongHandle>)")"
This error occurs for any meshes I have in scene.
Im using the fix-picking branch, well one I forked from a week ago I don't know how far along fix-picking is now.
Describe the bug
Im having serialize errors with StandardMaterial.
err="failed to serialize prefab: Message("type
alloc::sync::Arc<bevy_asset::handle::StrongHandle>did not register theReflectSerializeorReflectSerializeWithRegistrytype data. For certain types, this may need to be registered manually usingregister_type_data(stack:bevy_pbr::mesh_material::MeshMaterial3d<bevy_pbr::pbr_material::StandardMaterial>->bevy_asset::handle::Handle<bevy_pbr::pbr_material::StandardMaterial>->alloc::sync::Arc<bevy_asset::handle::StrongHandle>)")"This error occurs for any meshes I have in scene.
Im using the fix-picking branch, well one I forked from a week ago I don't know how far along fix-picking is now.