BUGO07
Results
3
issues of
BUGO07
Please add the mesh data to the first parent component in blender or change the blender plugin to allow not dealing with what's shown in the first picture because otherwise...
how to replicate: run this code with a release build ```rs use bevy::prelude::*; use bevy_lunex::prelude::*; fn main() { App::new() .add_plugins(( DefaultPlugins, UiDefaultPlugins, )) .run(); } ``` result: error: process didn't...