Maaack / Godot-Game-Template

Godot template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.
MIT License
283 stars 17 forks source link

SceneLoader path are not replaced to local scenes #113

Closed danbraik closed 1 week ago

danbraik commented 2 weeks ago

Hi,

I wanted to modify the LoadingScreen scene but it didn't work. After digging, I found that the autoload SceneLoader was still referring the LoadingScreen scene path to the scene inside addon directory. I was expecting it to refer to my local copy (since I accepted to create copies during the plugin install)

At the same time, it could be strange that an addon script refer to a local asset... and it could strange too to copy the SceneLoader as a local resource.