You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
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).
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, andEditorScene.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).