ValksGodotTools / Template

A template used for quickly setting up new Godot 4 C# games.
MIT License
105 stars 8 forks source link

Using two projects with the same Template name will cause conflicts in ResourceOptions #16

Closed valkyrienyanko closed 3 months ago

valkyrienyanko commented 3 months ago

Issue

C:\Users\VALK-DESKTOP\AppData\Roaming\Godot\app_userdata\Template will contain data for both projects and conflict and cause problems.

A Solution

Stop using Godot resources and start using json files.