Licenses
Order

Resource2JSON 0

by maxiking445 | MIT

Resource2JSON is a lightweight Godot addon for converting Resources to JSON and restoring them from JSON. Its goal is to make Resources easier to store, exchange, inspect, and process

Copy the addons/jsonConverter/ directory into the addons/ directory of your Godot project. JsonConverter.gd declares the global class JSONConverter , so you can use it from any GDScript without creating an instance or configuring an autoload. Convert a

loading more results...