All Projects → paullj → unity-json-editor

paullj / unity-json-editor

Licence: MIT license
A JSON Editor in the inspector. Preview and more information in README🙂

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to unity-json-editor

Unity Editor Toolbox
Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.
Stars: ✭ 273 (+326.56%)
Mutual labels:  unity-editor, unity-asset
Unity Assetpipeline Presentation
Unity project for "A Technical Deep-Dive into Unity's Asset Pipeline" presented at Develop: 2018
Stars: ✭ 31 (-51.56%)
Mutual labels:  unity-editor, unity-asset
UnityDebug
A wrapper script for Unity debug calls to use conditional attributes in order to avoid debug code being compiled into release builds.
Stars: ✭ 29 (-54.69%)
Mutual labels:  unity-editor, unity-asset
Awesome Unity Open Source On Github
A categorized collection of awesome Unity open source on GitHub (800+)
Stars: ✭ 1,124 (+1656.25%)
Mutual labels:  unity-editor, unity-asset
t4-templates-unity3d
T4 Text Template Processor for Unity3D
Stars: ✭ 75 (+17.19%)
Mutual labels:  unity-editor, unity-asset
UnityGlobalTextSystem
Allow the user to 'change' the default font in Unity from "Arial" to a font of their liking.
Stars: ✭ 21 (-67.19%)
Mutual labels:  unity-editor, unity-asset
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+5587.5%)
Mutual labels:  unity-editor, unity-asset
Unigit
An open source GIT Unity3D editor plugin.
Stars: ✭ 111 (+73.44%)
Mutual labels:  unity-editor, unity-asset
ar-simulation
AR Simulation for Unity • Right in the Editor • Minimally Invasive
Stars: ✭ 101 (+57.81%)
Mutual labels:  unity-editor, unity-asset
unity-puzzlesystem-asset
The asset for the Unity Engine that allows to quickly create customisable puzzles.
Stars: ✭ 21 (-67.19%)
Mutual labels:  unity-editor, unity-asset
TsukiSuite
A toolsuite created to make Unity development easier
Stars: ✭ 23 (-64.06%)
Mutual labels:  unity-editor, unity-asset
bgTools-playerPrefsEditor
Tool extension for the Unity Editor that enables easy access to the player preferences over a simple UI.
Stars: ✭ 70 (+9.38%)
Mutual labels:  unity-editor
CheckVersion
Checks for Unity3D updates
Stars: ✭ 15 (-76.56%)
Mutual labels:  unity-editor
SlnMerge
SlnMerge merges the solution files when generating solution file by Unity Editor.
Stars: ✭ 91 (+42.19%)
Mutual labels:  unity-editor
UnityEventDrawerEx
This plugin extends the UnityEventDrawer to display runtime calls in the inspector.
Stars: ✭ 57 (-10.94%)
Mutual labels:  unity-editor
PrefabEditor
You can edit Prefab which could not be edited much unless you place it on Scene.
Stars: ✭ 23 (-64.06%)
Mutual labels:  unity-editor
Unity-Visual-Behavior-Tree
Reactive Visual Scripting Behavior Tree Tool for Unity 2018.x+
Stars: ✭ 36 (-43.75%)
Mutual labels:  unity-editor
JsonSettings
This library simplifies creating configuration for your C# app/service by utilizing the serialization capabilities of Json.NET to serialize nested (custom) objects, dictionaries and lists as simply as by creating a POCO and inheriting JsonSettings class.
Stars: ✭ 59 (-7.81%)
Mutual labels:  newtonsoft-json
UniSymbol
【Unity】シンボルを簡単に定義できるエディタ拡張
Stars: ✭ 15 (-76.56%)
Mutual labels:  unity-editor
Newtonsoft.Json-for-Unity.Converters
Converters of common Unity types for Newtonsoft.Json. Goes hand in hand with jilleJr/Newtonsoft.Json-for-Unity
Stars: ✭ 147 (+129.69%)
Mutual labels:  newtonsoft-json

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].