"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.