Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Free Godot 4 public-demo readiness checklist and lightweight inspector scene for checking pause, reset, feedback, store CTA, build stamp, and package-trust basics before a public demo.It is meant for developers preparing public demos, playtests, press builds, festival builds, or Next Fest-style demo builds. It catches common wrapper and trust gaps before players see the demo:- pause action exists- demo reset hook is present- feedback URL is configured- store or wishlist CTA is configured- visible build stamp exists- source package trust docs are present- human QA checklist is includedThis is the free checklist/inspector, not the optional full demo shell. It contains plain Godot scenes, GDScript, docs, and an MIT license. No executable or installer is included.
ShipKit Public Demo Readiness
Free Godot 4 public-demo readiness checklist and lightweight inspector scene.
Use this when your demo is playable, but you want to catch wrapper and trust gaps before sending it to public players, press, streamers, festival reviewers, or external playtesters.
What's Included
addons/shipkit_public_demo_readiness/docs/PUBLIC_DEMO_READINESS_CHECKLIST.mdaddons/shipkit_public_demo_readiness/scenes/demo_readiness_inspector.tscnaddons/shipkit_public_demo_readiness/scripts/demo_readiness_inspector.gd- MIT license
Source Trust
- Source tag: https://github.com/AI-Vibing-AI/shipkit-public-demo-readiness/releases/tag/v0.1.0
- ZIP: https://github.com/AI-Vibing-AI/shipkit-public-demo-readiness/releases/download/v0.1.0/shipkit-public-demo-readiness-v0.1.0.zip
- SHA256: https://github.com/AI-Vibing-AI/shipkit-public-demo-readiness/releases/download/v0.1.0/shipkit-public-demo-readiness-v0.1.0.zip.sha256
- Manifest: https://github.com/AI-Vibing-AI/shipkit-public-demo-readiness/releases/download/v0.1.0/shipkit-public-demo-readiness-v0.1.0-manifest.txt
License
MIT. See LICENSE.md.
Support
Use GitHub issues after this free asset is published. Include your Godot version, operating system, whether the addon was copied into an existing project, and any console output.
The inspector checks for common public-demo wrapper items such as a pause action, reset hook, feedback URL, store CTA, build stamp, and source package trust docs. It is intentionally small and plain GDScript so Godot developers can inspect or adapt it quickly.
Install
Copy addons/shipkit_public_demo_readiness into your Godot 4 project.
Enable the plugin from Project > Project Settings > Plugins if you want the
PublicDemoReadinessInspector node type to appear in the editor. You can also
instance res://addons/shipkit_public_demo_readiness/scenes/demo_readiness_inspector.tscn
directly in a debug or QA scene.
Optional exported paths:
pause_menu_pathdemo_controller_pathbuild_stamp_path
The scene can run without these paths, but the related checks will show TODO until you wire them to your own project nodes.
Boundary
This is the free checklist/inspector, not the full demo shell. It does not include the paid/PWYW shell's pause menu, settings menu, input remapping, controller labels, reset confirmation UI, feedback button, or store CTA button.
The optional full shell is here: https://shipkitstudio.itch.io/godot-4-next-fest-demo-shell
You do not need the optional full shell to use this free checklist/inspector.
AI Disclosure
Some docs and code in this package were AI-assisted and then reviewed, edited, packaged, and tested by ShipKit Studio. The package is plain GDScript, scenes, and Markdown so you can inspect the full source before using it.
Free Godot 4 public-demo readiness checklist and lightweight inspector scene for checking pause, reset, feedback, store CTA, build stamp, and package-trust basics before a public demo.
It is meant for developers preparing public demos, playtests, press builds, festival builds, or Next Fest-style demo builds. It catches common wrapper and trust gaps before players see the demo:
- pause action exists
- demo reset hook is present
- feedback URL is configured
- store or wishlist CTA is configured
- visible build stamp exists
- source package trust docs are present
- human QA checklist is included
This is the free checklist/inspector, not the optional full demo shell. It contains plain Godot scenes, GDScript, docs, and an MIT license. No executable or installer is included.
Reviews
Quick Information
Free Godot 4 public-demo readiness checklist and lightweight inspector scene for checking pause, reset, feedback, store CTA, build stamp, and package-trust basics before a public demo.It is meant for developers preparing public demos, playtests, press builds, festival builds, or Next Fest-style demo builds. It catches common wrapper and trust gaps before players see the demo:- pause action exists- demo reset hook is present- feedback URL is configured- store or wishlist CTA is configured- visible build stamp exists- source package trust docs are present- human QA checklist is includedThis is the free checklist/inspector, not the optional full demo shell. It contains plain Godot scenes, GDScript, docs, and an MIT license. No executable or installer is included.