A privately hosted copy of HTML5-File-Exchange-for-Godot. Trying to fix it for Godot 4. Fork of: https://github.com/Pukkah/HTML5-File-Exchange-for-Godot
Go to file
2022-05-09 00:13:05 +03:00
.github Update FUNDING.yml 2020-06-04 23:02:17 +03:00
addons/HTML5FileExchange Refactor using better Godot and JavaScript API and add an example 2022-05-09 00:13:05 +03:00
.gitignore Initial commit 2020-06-03 19:54:53 +03:00
default_env.tres Refactor using better Godot and JavaScript API and add an example 2022-05-09 00:13:05 +03:00
icon.png Refactor using better Godot and JavaScript API and add an example 2022-05-09 00:13:05 +03:00
icon.png.import Refactor using better Godot and JavaScript API and add an example 2022-05-09 00:13:05 +03:00
LICENSE Initial commit 2020-06-03 19:54:53 +03:00
project.godot Refactor using better Godot and JavaScript API and add an example 2022-05-09 00:13:05 +03:00
README.md Refactor using better Godot and JavaScript API and add an example 2022-05-09 00:13:05 +03:00

HTML5 File Exchange for Godot 3.2

Usage

  • Copy addons to your project.
  • Enable the plugin. (A HTML5File singleton should be added into autoload list).
  • Add a HTML5 export item to enable HTML5 debugging option.
  • Check sample.tscn for usage.