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

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.

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.

![In editor view.](https://github.com/BlindEyeSoftworks/UnityTextAssetEditorExtension/blob/main/assets/Editor.jpg)

**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