Mono Plugin's icon

Mono Plugin 1.0.0 Tools 4.2 Community

Submitted by user zhengxiaoyao; MIT; 2024-03-13

# 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.


View files Download Submit an issue Recent Edits