Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Compilation errors with latest s&box version #12

@FowLdon

Description

@FowLdon

Compilation errors with latest s&box version

Body:

The library fails to compile with the latest version of s&box (February 2026).

Multiple Editor API classes and members no longer exist, including NoticeWidget, NoticeManager, and EditorScene.LoadFromScene.

Full error log:

CS0246: The type or namespace name 'NoticeWidget' could not be found
CS0117: 'EditorScene' does not contain a definition for 'LoadFromScene'
CS0103: The name 'NoticeManager' does not exist in the current context
CS0103: The name 'Icon' does not exist in the current context
CS0103: The name 'IsRunning' does not exist in the current context
CS0103: The name 'SetBodyWidget' does not exist in the current context
CS0103: The name 'Title' does not exist in the current context
CS0103: The name 'Subtitle' does not exist in the current context
CS0103: The name 'BorderColor' does not exist in the current context
CS1503: cannot convert from 'McpConnectionNotice' to 'Editor.Widget'

Looks like the s&box Editor API changed since the last library update (August 2025).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions