Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/xjine/unity_createtextmenu
- Owner: XJINE
- License: mit
- Created: 2016-09-30T04:49:45.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T22:47:19.000Z (about 2 months ago)
- Last Synced: 2024-11-11T23:29:46.602Z (about 2 months ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 121 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)