godotengine / godot-git-plugin

Git implementation of the VCS interface in Godot
MIT License
717 stars 75 forks source link

Turning on plugin on Project Settings results in "godot-git-plugin.gd not found" error. #259

Closed RowanSkie closed 1 month ago

RowanSkie commented 1 month ago
  Attempt to open script 'res://addons/godot-git-plugin/godot-git-plugin.gd' resulted in error 'File not found'.
  Failed loading resource: res://addons/godot-git-plugin/godot-git-plugin.gd. Make sure resources have been imported by opening the project in the editor at least once.
GideonWolfe commented 1 month ago

also seeing this behavior when downloading of asset library

Calinou commented 1 month ago

Do not enable the plugin in the Project Settings; you don't need to enable it for it to work. Instead, you need to restart the editor without enabling the plugin: https://github.com/godotengine/godot-git-plugin/issues/183