https://github.com/dulvui/godot-html-export
Godot 3.x Github Action for HTML5 export
https://github.com/dulvui/godot-html-export
Last synced: about 1 year ago
JSON representation
Godot 3.x Github Action for HTML5 export
- Host: GitHub
- URL: https://github.com/dulvui/godot-html-export
- Owner: dulvui
- License: mit
- Created: 2023-05-07T14:33:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T10:22:22.000Z (over 1 year ago)
- Last Synced: 2025-03-06T22:33:56.702Z (over 1 year ago)
- Homepage:
- Size: 20.5 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godot-html-export
Github Action for Godot 3.x HTML5 export.
If you are facing problems with the action or this README feels not complete, pull requests are welcome or open an issue.
Also available for Godot Engine 4.x here
https://github.com/dulvui/godot-4-html-export
## Table of contents
- [godot-html-export](#godot-html-export)
- [Table of contents](#table-of-contents)
- [Requirements](#requirements)
- [Parameters](#parameters)
- [Working examples](#working-examples)
- [License](#license)
## Requirements
- Godot Project
## Parameters
| key | required | default | description |
| ----|----------|---------|-------------|
| godot-version | true | . | Godot Engine version. Supported are 3.x versions. Check versions [here](https://github.com/godotengine/godot-builds/releases) |
| working-directory | false | . | Path to project.godot file |
| godot-create-export-preset-cfg | false | true | Set true if a simple export_presets.cfg should be created |
| working-directory | false | html5/index.html | Path of the exported html files |
## Working examples
You an find a working examples here:
https://github.com/dulvui/ball2box/blob/main/.github/workflows/upload-itchio.yml
## License
This software is licensed under the [MIT license](LICENSE).