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.
17 lines
581 B
Plaintext
17 lines
581 B
Plaintext
(schema_version: 4,resources: {
|
|
},
|
|
entities: {
|
|
1: (components: {
|
|
"bevy_ecs::name::Name": "Example Base Mesh",
|
|
"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-mesh"),
|
|
"shared::components::ActorKind": Empty,
|
|
"shared::components::EditorVisibility": (visible: true),
|
|
"shared::components::LevelObject": (),
|
|
}),
|
|
},
|
|
) |