It was noted during asset submition on the Godot Asset Store that having a separate demo folder is not ideal, and it should be bundled within the addons folder. The issue is that these demo scenes are just for demonstration purposes, not meant to be packaged in the project export. Embedding these under addons causes that scenario to be more likely.
#174 should mitigate the need for separate demo scenes, so in the future, these can just be deleted.
It was noted during asset submition on the Godot Asset Store that having a separate
demofolder is not ideal, and it should be bundled within theaddonsfolder. The issue is that these demo scenes are just for demonstration purposes, not meant to be packaged in the project export. Embedding these underaddonscauses that scenario to be more likely.#174 should mitigate the need for separate demo scenes, so in the future, these can just be deleted.