https://github.com/blindeyesoftworks/unitytextasseteditorextension
A Unity3D editor extension for creating and editing text assets.
https://github.com/blindeyesoftworks/unitytextasseteditorextension
unity3d unity3d-editor
Last synced: about 1 year ago
JSON representation
A Unity3D editor extension for creating and editing text assets.
- Host: GitHub
- URL: https://github.com/blindeyesoftworks/unitytextasseteditorextension
- Owner: BlindEyeSoftworks
- License: mit
- Created: 2022-03-15T01:13:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T01:29:36.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T03:06:30.794Z (about 1 year ago)
- Topics: unity3d, unity3d-editor
- Language: C#
- Homepage:
- Size: 102 KB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Text Asset Editor Extension
A Unity3D editor extension for creating and editing text assets.
This editor extension allows you to create and edit text assets with the added benefit of not having to leave the editor.

**Supported file formats:**
* TXT
* HTML
* HTM
* XML
* JSON
* CSV
* YAML
## Installation:
Simply download [the script](https://github.com/BlindEyeSoftworks/UnityTextAssetEditorExtension/tree/main/src) and place it inside of the **Editor** folder within your project.
## Using:
Once the extension is installed you can begin creating new text assets by navigating to **Assets > Create > Text Asset** or by right-clicking inside of the **Project** window and navigating to **Create > Text Asset**. You will also be able to edit the contents of any supported text asset from inside of the **Inspector** window.
## System Requirements:
* Windows 7 or later
* Unity Editor 2017 or later (64-bit recommended)
* .NET 4.x