Please note that this asset is assumed for .NET 3, and does not have an editor for the dynamic types from .NET 4 (but you can try to create it).
This system will add an editor of variables of any type, and various utilities based on it.
You can use all the power of polymorphism, and change the values of abstract classes or interfaces.
If you have a specific data type, or you want to make a special graphical interface, you can create your own editor of this type!
Use it in your own serialization systems, or other places where you need to display or change data type values that are not subject to the standard unity editor.
Attention! This system does not replace the standard unity editor. This is another object editing system.
The BinaryValue presented in the asset is an example of its use, and can be slow in the case of very large amounts of data.
In future versions:
- More type drawers!
- Customizable objects builder.
If you have any questions - contact us.