-
Couldn't load subscription status.
- Fork 44
Closed
Description
removed since #416
ref this part only checking if in the editor:
godot-mod-loader/addons/mod_loader/mod_loader.gd
Lines 72 to 77 in 766ee3e
| if OS.has_feature("editor"): | |
| var path := _ModLoaderPath.get_unpacked_mods_dir_path() | |
| for mod_dir in DirAccess.get_directories_at(path): | |
| var manifest_path := path.path_join(mod_dir).path_join("manifest.json") | |
| var manifest_dict := _ModLoaderFile.get_json_as_dict(manifest_path) | |
| _load_metadata(manifest_dict) |
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done