Library package for Supershot!. The only file is an auto-generated compiler metadata file that sets global usings and assembly attributes, no runtime code.
Supershot is an editor tool for capturing high resolution screenshots, editing them with filters and overlays, and sharing them to Discord webhooks from inside the s&box editor. It has a window with capture, edit, gallery, settings, and share panels backed by a service that handles capture, encoding, saving, and posting. Settings are stored in a JSON file and Discord posting is done with a simple multipart HTTP helper that uploads one or more images to user supplied webhook URLs.
A unit test project for a s&box library. It initializes the unit test harness, creates a Scene, pushes it to the stack, spawns a GameObject, and asserts the scene directory reports one object. This is a basic sanity check of scene stack and object registration.