mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-23 12:20:53 +00:00
Fix unconfigured set
This commit is contained in:
parent
d5f14bc037
commit
cc4e2d1f07
@ -107,9 +107,12 @@ impl Plugin for BlueprintsPlugin {
|
||||
.add_plugins(RonAssetPlugin::<BlueprintPreloadAssets>::new(&["meta.ron"]))
|
||||
.configure_sets(
|
||||
Update,
|
||||
(GltfBlueprintsSet::Spawn, GltfBlueprintsSet::AfterSpawn)
|
||||
.chain()
|
||||
.after(GltfComponentsSet::Injection),
|
||||
(
|
||||
GltfComponentsSet::Injection,
|
||||
GltfBlueprintsSet::Spawn,
|
||||
GltfBlueprintsSet::AfterSpawn,
|
||||
)
|
||||
.chain(),
|
||||
)
|
||||
.add_systems(
|
||||
Update,
|
||||
|
Loading…
Reference in New Issue
Block a user