Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
GitGodot
This plugin help you push&pull your project in github in easy way
Supported Engine Version
4.6
Version String
3.0
License Version
MIT
Support Level
community
Modified Date
5 days ago
Git URL
Issue URL
GitGodot V2.0
how to install the plugin
1: open "AssetLib"
2: press "import"
3: Ignore asset root (important)
4: open "Project"
5:open "Plugins"
6:Enable Proejct
7:Enjoy
what the plugin actually do?
Push Button:
"cd "project path" && git add . && git commit -m "the commit you write on "Commit" Entry" && git push -u origin "Branch you choose from Branch_Options" "
Pull Button:
"cd "project path" && git reset --hard && git pull"
This plugin help you push&pull your project in github in easy way
Reviews
Quick Information
GitGodot
This plugin help you push&pull your project in github in easy way
Supported Engine Version
4.6
Version String
3.0
License Version
MIT
Support Level
community
Modified Date
5 days ago
Git URL
Issue URL