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-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# 2

  2. ComponentTitlebarGUI ComponentTitlebarGUI Public

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

    C# 8

  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#