*the trait From<Icosphere> is not implemented for bevy::prelude::Mesh *
my code:
||commands.spawn(PbrBundle { mesh: meshes.add(Mesh::from(shape::Icosphere { radius: 1.0, subdivisions:2})), material:materials.add(Color::rgb(0.9, 0.9, 0.9).into()), transform: Transform { translation: Vec3::new(0.0, 2.0, 3.0), ..default() }, ..default() }); ||