The Wayback Machine - https://web.archive.org/web/20260309022132/https://github.com/mitay-walle
Skip to content
View mitay-walle's full-sized avatar
💔
Make games, not war
💔
Make games, not war

Block or report mitay-walle

Report abuse

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

Report abuse

Pinned Loading

  1. com.mitay-walle.ui-selectable-preview-overlay com.mitay-walle.ui-selectable-preview-overlay Public

    Unity3d SceneView Overlay to preview Graphic states of UI.Selectable (Button, Toggle etc)

    C# 8

  2. ComponentTitlebarGUI ComponentTitlebarGUI Public

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

    C# 14

  3. com.mitay-walle.paint-physical-material-overlay com.mitay-walle.paint-physical-material-overlay Public

    Unity3d tool to easily display/paint PhysicalMaterials in SceneView

    C# 6 2

  4. 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)
  5. SceneViewColliders2DOverlay SceneViewColliders2DOverlay Public

    Unity2D script to add SceneView-overlay to show All 2D Colliders, contacts, bounds, sleeping bodies

    C# 4

  6. CustomOverrideEditor CustomOverrideEditor Public

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

    C#