Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xjine/unity_createtextmenu

Add some menu item to create text resource like csv(.csv), markdown(.md) and plain-text(.txt).
https://github.com/xjine/unity_createtextmenu

assets unity

Last synced: 13 days ago
JSON representation

Add some menu item to create text resource like csv(.csv), markdown(.md) and plain-text(.txt).

Awesome Lists containing this project

README

        

# Unity_CreateTextMenu

Add menu item to create text resource like csv(.csv), markdown(.md) and plain-text(.txt).

![](https://github.com/XJINE/Unity_CreateTextMenu/blob/main/screenshot.png)

## Importing

You can use Package Manager or import it directly.

```
https://github.com/XJINE/Unity_CreateTextMenu.git?path=Assets/Packages/CreateTextMenu
```

### Dependencies

This project use following resources.

- [Unity_AssetCreationHelper](https://github.com/XJINE/Unity_AssetCreationHelper)