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

# Mono Plugin (https://github.com/tensai-suraimu/godot-plugin-mono-plugin)## Usage:1. Download this plugin into your project and enable it.2. Create a `.mono_repo` directory under your plugin directory.3. Use `Project > Tools > Export Plugins` to exports them.## Project structure reference::```# res://addons/| ...|| mono_plugin/| | ...|| your_plugin/| | .mono_repo/ # <- Exported files are stored here.| | * .git/| | * addons/| | * * your_plugin/| | * * * ...folders/| | * * * .gitignore| | * * * plugin.cfg| | * * * ...files| | * docs/| | * ReadMe.md| | * ...documents.md| || | docs/| | ...folders/| | .gitignore| | plugin.cfg| | ReadMe.md| | ...documents.md| | ...files|| your_plugin/| | .mono_repo/| | * ...| | ......```## TODO List- [ ] Git integration.
Mono Plugin
Usage:
- Download this plugin into your project and enable it.
- Create a
.mono_repo
directory under your plugin directory. - Use
Project > Tools > Export Plugins
to exports them.
Project structure reference::
# res://addons/
| ...
|
| mono_plugin/
| | ...
|
| your_plugin/
| | .mono_repo/ # <- Exported files are stored here.
| | * .git/
| | * addons/
| | * * your_plugin/
| | * * * ...folders/
| | * * * .gitignore
| | * * * plugin.cfg
| | * * * ...files
| | * docs/
| | * ReadMe.md
| | * ...documents.md
| |
| | docs/
| | ...folders/
| | .gitignore
| | plugin.cfg
| | ReadMe.md
| | ...documents.md
| | ...files
|
| your_plugin/
| | .mono_repo/
| | * ...
| | ...
...
TODO List
- Git integration.
# Mono Plugin (https://github.com/tensai-suraimu/godot-plugin-mono-plugin)
## Usage:
1. Download this plugin into your project and enable it.
2. Create a `.mono_repo` directory under your plugin directory.
3. Use `Project > Tools > Export Plugins` to exports them.
## Project structure reference::
```
# res://addons/
| ...
|
| mono_plugin/
| | ...
|
| your_plugin/
| | .mono_repo/ # <- Exported files are stored here.
| | * .git/
| | * addons/
| | * * your_plugin/
| | * * * ...folders/
| | * * * .gitignore
| | * * * plugin.cfg
| | * * * ...files
| | * docs/
| | * ReadMe.md
| | * ...documents.md
| |
| | docs/
| | ...folders/
| | .gitignore
| | plugin.cfg
| | ReadMe.md
| | ...documents.md
| | ...files
|
| your_plugin/
| | .mono_repo/
| | * ...
| | ...
...
```
## TODO List
- [ ] Git integration.
Reviews
Quick Information

# Mono Plugin (https://github.com/tensai-suraimu/godot-plugin-mono-plugin)## Usage:1. Download this plugin into your project and enable it.2. Create a `.mono_repo` directory under your plugin directory.3. Use `Project > Tools > Export Plugins` to exports them.## Project structure reference::```# res://addons/| ...|| mono_plugin/| | ...|| your_plugin/| | .mono_repo/ # <- Exported files are stored here.| | * .git/| | * addons/| | * * your_plugin/| | * * * ...folders/| | * * * .gitignore| | * * * plugin.cfg| | * * * ...files| | * docs/| | * ReadMe.md| | * ...documents.md| || | docs/| | ...folders/| | .gitignore| | plugin.cfg| | ReadMe.md| | ...documents.md| | ...files|| your_plugin/| | .mono_repo/| | * ...| | ......```## TODO List- [ ] Git integration.