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

Publish your Godot web games on Playcademy! This bundle includes:* Manifest Exporter Plugin: Simplifies defining and packaging your game for the Playcademy platform.* Playcademy SDK: Integrate platform features like user auth, inventory, and more.Essential for Godot developers targeting the Playcademy web environment.
Playcademy Manifest Exporter (Godot Plugin)
A Godot editor plugin that automatically generates a cademy.manifest.json
file when exporting HTML5 projects, tailored for the Playcademy platform.
Purpose
The Playcademy platform requires a cademy.manifest.json
file to correctly integrate and load HTML5 games. This plugin automates the creation of this manifest, ensuring your Godot web exports are Playcademy-ready.
Features
- Automatic Manifest Generation: Creates the
cademy.manifest.json
file in your web export directory. - Playcademy Ready: Simplifies the preparation of your Godot web games for the Playcademy platform.
- Seamless Integration: Works automatically during the standard Godot HTML5 export process once the plugin is enabled.
Manual Installation
- Download the contents of this addon (the
cademy_manifest_export
folder). - Place the
cademy_manifest_export
folder into your Godot project'saddons/
directory. If you don't have anaddons/
directory, create one at the root of your project. Your project structure should look like:my_godot_project/ βββ addons/ β βββ cademy_manifest_export/ β βββ plugin.gd β βββ plugin.cfg β βββ cademy_exporter.gd βββ project.godot ... (other project files)
- Enable the plugin:
- Open your Godot project.
- Go to
Project
->Project Settings...
->Plugins
tab. - Find "Playcademy Manifest Exporter" in the list and check the "Enable" box.
How to Use
Once installed and enabled, the plugin works automatically. When you export your project for the "Web" (HTML5) platform, the cademy.manifest.json
file will be created in the root of your export directory alongside your game's html
, js
, and pck
files.
License
This plugin is released under the MIT License. See the LICENSE file for more details.
Publish your Godot web games on Playcademy! This bundle includes:
* Manifest Exporter Plugin: Simplifies defining and packaging your game for the Playcademy platform.
* Playcademy SDK: Integrate platform features like user auth, inventory, and more.
Essential for Godot developers targeting the Playcademy web environment.
Reviews
Quick Information

Publish your Godot web games on Playcademy! This bundle includes:* Manifest Exporter Plugin: Simplifies defining and packaging your game for the Playcademy platform.* Playcademy SDK: Integrate platform features like user auth, inventory, and more.Essential for Godot developers targeting the Playcademy web environment.