Add dedicated skinned rendering, pose restoration, shared Material and Material Instance slots, registry-driven components, Surface/Solari integration, transactional schema upgrades, navigation authoring, documentation, and evaluation evidence.
21 lines
735 B
Plaintext
21 lines
735 B
Plaintext
(schema_version: 4,resources: {
|
|
},
|
|
entities: {
|
|
1: (components: {
|
|
"bevy_ecs::name::Name": "Example Base Link",
|
|
"bevy_transform::components::transform::Transform": (
|
|
translation: (0.0, 0.0, 0.0),
|
|
rotation: (0.0, 0.0, 0.0, 1.0),
|
|
scale: (1.0, 1.0, 1.0),
|
|
),
|
|
"shared::components::ActorId": ("base-link"),
|
|
"shared::components::ActorKind": PrefabAnchor,
|
|
"shared::components::LevelObject": (),
|
|
"shared::components::PrefabInstance": (
|
|
asset_id: "11111111-1111-4111-8111-111111111111",
|
|
source_path: "assets/prefabs/example_base.scn.ron",
|
|
overrides_ron: None,
|
|
),
|
|
}),
|
|
},
|
|
) |