-
Class Extentions Some runtime class extentions
-
Data Manager Few wrappers to read/write data
- Matrix4x4PropertyDrawer PropertyDrawer for Matrix4x4.
In this window we can see how styles look from below class.
https://docs.unity3d.com/ScriptReference/EditorStyles.html
Few separators to make Hierarchy window more readable
With this extention we can find classes and structures which use chosen type. Handy when we don't understand why type exist.
We can diplay in console all methods, properties and field with parameter and return type.
We can display all types which inherite from chosen type. Handy when we want understand inheritance and relations between classes.
Also we can see which classes are deprecated or experimental. Grey classes are deprecated, violet classes are experimental.
We can open special folders with menu items.
We can find all object of chosen type in memory. (It work similar to Profiler → Memory Tab → Detailed) In the Object category there are all types that do not have their own option in the menu.
We can create constants with names of different Layers, Tags etc..
We can write to console all atttributes names.
We can in which scripts we don't add references.