Skip to content

remove mentions of .bsn asset format from docs for 0.19 or put warnings everywhere #24309

@laundmo

Description

@laundmo

Current bsn docs mention the future .bsn asset format multiple times. Some of these docs have warnings, some don't.

Cases which i've found that don't have warnings:

/// // This scene inherits from the "player.bsn" asset. It will be spawned on the frame that "player.bsn"
/// // is fully loaded.
/// world.queue_spawn_scene(bsn! {
/// :"player.bsn"

/// // This scene list inherits from the "player.bsn" asset. It will be spawned on the frame that "player.bsn"
/// // is loaded.
/// world.queue_spawn_scene_list(bsn_list! [
/// (
/// :"player.bsn"

/// // This scene inherits from the "player.bsn" asset. It will be spawned on the frame that "player.bsn"
/// // is fully loaded.
/// commands.queue_spawn_scene(bsn! {
/// :"player.bsn"

/// :"player.bsn"

/// :"player.bsn"

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-DocsAn addition or correction to our documentationS-Needs-TriageThis issue needs to be labelled

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions