Class Field Editor

$4
Publisher Space Programs
File size 508.06kB
Number of files 21
Latest version 1
Latest release date 2019-11-25 01:01:13
First release date 2019-11-25 01:01:13
Supported Unity versions 2018.4.2 or higher
"Class Field Editor" is an Unity asset, implemented in the language of C#. The main task is to view and edit the fields of the class - the heir to MonoBehaviour in PlayMode mode. An additional option is the ability to save and download class field values using the JSON format.
ClassFieldEditor can save the following types of fields:
- String;
- Float;
- Vector2;
- Vector3;
- Boolean;
- List(float);
- List(string);
-Int.