Blacksite/assets/prefabs
Rbanh 0553a85220
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Build production-ready editor authoring workflows
2026-07-11 12:41:04 -04:00
..
example_base.scn.ron Build production-ready editor authoring workflows 2026-07-11 12:41:04 -04:00
example_nested.scn.ron Build production-ready editor authoring workflows 2026-07-11 12:41:04 -04:00
example_variant.scn.ron Build production-ready editor authoring workflows 2026-07-11 12:41:04 -04:00
README.md Build production-ready editor authoring workflows 2026-07-11 12:41:04 -04:00

Prefab fixtures

The example_base -> example_nested -> example_variant chain is the production-format fixture for linked prefab ownership, nested stable actor paths, and variant override layering. The variant hides base-mesh through an EditorVisibility component override targeted as nested-link / base-link / base-mesh when the variant is placed in a scene.

Keep these files loadable by the editor and valid under cargo validate-levels. Broken-source, cycle, and conflict fixtures belong in temporary test projects so the shipped asset tree remains healthy.