79512673

Date: 2025-03-16 14:09:34
Score: 0.5
Natty:
Report link

add "Scene#0" to the end of the path

#[derive(AssetCollection, Resource)]
pub struct ShipAssets {
    #[asset(path = "3d/ships/boat-sail-a.glb#Scene0")]
    sail_a: Handle<Scene>,
    #[asset(path = "3d/ships/boat-sail-a.glb#Scene0")]
    sail_b: Handle<Scene>,
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chefaku