Skip to content
View mitay-walle's full-sized avatar
💔
Make games, not war
💔
Make games, not war

Block or report mitay-walle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. com.mitay-walle.ui-graphic-sector com.mitay-walle.ui-graphic-sector Public

    uGUI Custom Graphic that draws an oval sector

    C# 4

  2. ComponentTitlebarGUI ComponentTitlebarGUI Public

    Unity3d script that add callback to draw MGUI upon any Component Titlebar

    C# 4

  3. Unity3d Menu Item to rename "Mixamo"... Unity3d Menu Item to rename "Mixamo" animations to same as file-name
    1
    
                  
    2
    [MenuItem("Assets/Rename Animations")]
    3
    private static void RenameAnimations()
    4
    {
    5
    	Selection.objects.Where(EditorUtility.IsPersistent)
  4. com.mitaywalle.folder-size-window com.mitaywalle.folder-size-window Public

    Unity3dd EditorWindow, that show runtime size of folder

    C# 2

  5. SceneViewColliders2DOverlay SceneViewColliders2DOverlay Public

    Unity2D script to add SceneView overlay toggle ProjectSettings/Physics2D/Gizmo Options

    C# 1

  6. CustomOverrideEditor CustomOverrideEditor Public

    Base class to override any built-in Component or Asset Inspector

    C#