Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity customize hierarchy window

using UnityEditor;
using UnityEngine;
[InitializeOnLoad]
public class CustomHierarchy : MonoBehaviour
    static CustomHierarchy()
    {
        EditorApplication.hierarchyWindowItemOnGUI += HandleHierarchyWindowItemOnGUI;
    }
    private static void HandleHierarchyWindowItemOnGUI(int instanceID, Rect selectionRect)
    {
		//code to edit the hierarchy here        
    }
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: enum in method as argument c# 
Csharp :: can you use unity for ftee 
Csharp :: how can i replace Any for All method and vice versa linq in c# 
Csharp :: Get dwgexport setting reivit api 
Csharp :: variable with letters and numbers in C# 
Csharp :: unity C# add torque to rigidbody 
Csharp :: process run teamviewer address parametr c# 
Csharp :: button commandfield commandargument pass textbox 
Csharp :: how to execute a function in every object of list c# 
Csharp :: cmd command see which groups a user is in 
Csharp :: unfreeze position in unity 
Csharp :: how to split string into a list ignoring number of spaces c# 
Csharp :: unity create 
Csharp :: c# Windows Forms screenshot 
Csharp :: php encrypt message encrypt() decrypt 
Csharp :: send to main args dotnet debug 
Csharp :: Connect To MongoDB From A Different Machine 
Csharp :: c# unhandled exception in thread” 
Csharp :: how to make a respaen script in unity 
Csharp :: hacker 
Csharp :: c# check file similarities 
Csharp :: spreate by captial char in c# 
Csharp :: compass direction mobile unity 
Csharp :: and in c# 
Csharp :: How to use C# to open windows explorer in “select/open file mode 
Csharp :: why process not found in c# 
Csharp :: model showing in scne view but not in game view 
Csharp :: Conditional IQueryable Linq extension 
Csharp :: player ToJson unity 
Csharp :: Nested objects with linq expression 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =