Skip to content

[4.0.0-rc.6] Creating a spine object when the loader is busy can lead to a black frame #7234

@saintflow47

Description

@saintflow47

Version

*Phaser Version: 4.0.0-.rc6
*Operating system: Windows 11
*Browser: Google Chrome
*Spine Plugin: "@esotericsoftware/spine-phaser-v4": "^4.2.95",

Description

Creating a spine object when the phaser loader is busy can lead to a black frame being rendered on spine object creation

Example Test Code

const spineObject = this.scene.add.spine(0,0, "spine_skel", "spine_atlas"); spineObject.animationState.addAnimation(0, "idle", true);

Additional Information

26-01-06_151555.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions