Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paullj/unity-json-editor
A JSON Editor in the inspector. Preview and more information in README🙂
https://github.com/paullj/unity-json-editor
json newtonsoft-json unity-asset unity-editor unity3d
Last synced: 3 months ago
JSON representation
A JSON Editor in the inspector. Preview and more information in README🙂
- Host: GitHub
- URL: https://github.com/paullj/unity-json-editor
- Owner: paullj
- License: mit
- Created: 2017-09-10T18:56:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T22:15:47.000Z (over 7 years ago)
- Last Synced: 2024-09-30T18:02:35.542Z (3 months ago)
- Topics: json, newtonsoft-json, unity-asset, unity-editor, unity3d
- Language: C#
- Size: 5.86 KB
- Stars: 86
- Watchers: 4
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started
1. Get a working version of JSON.net, this is the version I used: https://www.assetstore.unity3d.com/en/#!/content/58621
2. Download JSONEditor.cs and place it a folder named "Editor".
3. You can now create and edit JSON files by right clicking in the Project Window > Create > New JSON File
4. Done!# Preview
![json](https://user-images.githubusercontent.com/8403295/30245071-68c6e8a2-95c6-11e7-9e60-df4476eeba92.gif)