Hello I’m using the Skein plugin and it works well for what I need if I use a single main.rs file.
However, when triying to put the register component outside of main.rs and put everything in a game plugin. The reflect/registered components are not recognized anymore in my gltf import.
Is it a know issue ? What is the minimum setup I should have in main.rs ?