mayank-prasoon / world-maker

A world building app
https://chunkydev.itch.io/world-maker
MIT License
136 stars 5 forks source link

Unable to open scenes in Godot Editor #8

Closed mayank-prasoon closed 2 years ago

mayank-prasoon commented 2 years ago

Problem: Unable to open Scenes in Godot Editor

Short description: Godot Editor shows error when ever a scene is opened

System Info

Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.8
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8
Kernel Version: 5.13.0-41-generic
OS Type: 64-bit
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 15.6 GiB of RAM

Screenshot:

Peek 2022-05-20 12-24

Possible cause

Singletons

does not load root res:// folder as a project workspace when running a scene in the Godot Editor

Possible solution:

res://singletone/Editor_setting.gd, res://singletone/project_setting.gd and res://singletone/system_data_manager.gd needs to be re-written add a temporary save file for testing needs to be added