Skip to content
View DeaJason's full-sized avatar

Block or report DeaJason

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. UGUI-Editor UGUI-Editor Public

    Forked from liuhaopen/UGUI-Editor

    Unity UGUI editor tools,improve the efficiency of ui development.

    C#

  2. Base64 encode/decode for Codea (Lua) Base64 encode/decode for Codea (Lua)
    1
    -- Lua 5.1+ base64 v3.0 (c) 2009 by Alex Kloss <alexthkloss@web.de>
    2
    -- licensed under the terms of the LGPL2
    3
    
                  
    4
    -- character table string
    5
    local b='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'
  3. Simple Utility script for Unity3D th... Simple Utility script for Unity3D that allows access for "IsDirty" method for gameobjects.
    1
    using UnityEngine;
    2
    using UnityEditor;
    3
    using System.Reflection;
    4
    using System;
    5