uvivagabond / UB_Unity_Utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime Utilities

Editor extentions

Logo

In this window we can see how styles look from below class.

https://docs.unity3d.com/ScriptReference/EditorStyles.html

Logo

Few separators to make Hierarchy window more readable

Logo

Logo

With this extention we can find classes and structures which use chosen type. Handy when we don't understand why type exist.

Logo

Logo

We can diplay in console all methods, properties and field with parameter and return type.

Logo

Logo

We can display all types which inherite from chosen type. Handy when we want understand inheritance and relations between classes.

Logo

Logo

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.

Logo

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.

Logo

Logo

My versions of other people solutions

We can create constants with names of different Layers, Tags etc..

We can write to console all atttributes names.

Logo

Logo

We can in which scripts we don't add references.

Logo

About

License:MIT License


Languages

Language:C# 100.0%