Skip to content
View mitay-walle's full-sized avatar
Block or Report

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

  1. com.mitay-walle.gradient-texture com.mitay-walle.gradient-texture Public

    Unity Gradient Texture generator

    C# 77 10

  2. com.mitay-walle.ui-circle-segmented com.mitay-walle.ui-circle-segmented Public

    Custom graphic for uGUI, Circle splitted to segments, with skip offset, sprite round,global offset, circle-spaced gradient etc

    C# 47 4

  3. Unity3d-RectMask2DCulling Unity3d-RectMask2DCulling Public

    Custom RectMask2D, that allow to disable Culling / Softness for better performance

    C# 32 2

  4. com.mitay-walle.phys-sound com.mitay-walle.phys-sound Public

    Forked from AntonioModer/PhysSound-Open-Source

    The PhysSound system adds the ability to bring your physics to life through the use of impact and sliding sounds. The system works with both 2D and 3D physics.

    C# 19 2

  5. com.mitay-walle.grid-raw-image com.mitay-walle.grid-raw-image Public

    Unity3d UI Grid Raw Image Custom graphic for uGUI Single-object/texture Grid image, excelent for tile-based inventory, with: extrude edges (inner outer) | skip cells | resize rectTransform to fit |…

    C# 3

  6. Unity3d uGUI Sector Custom Graphic Unity3d uGUI Sector Custom Graphic
    1
    // Why giant monoscript - drop and use file, copy text code 
    2
    using System;
    3
    using System.Collections;
    4
    using System.Collections.Generic;
    5
    using System.Runtime.CompilerServices;