Skip to content
View kyLi18n's full-sized avatar
  • Beijing, China
  • 00:14 (UTC +08:00)

Highlights

  • Pro

Block or report kyLi18n

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. github/opensource.guide github/opensource.guide Public

    📚 Community guides for open source creators

    HTML 15.4k 15.4k

  2. Pixel-Adventure-18 Pixel-Adventure-18 Public

    🎮 2D 平台跳跃游戏 demo | 2D platformer demo

    C# 1

  3. Dance-with-the-World Dance-with-the-World Public

    🎮 米哈游游戏策划大赛参赛作品,3D 平台解谜游戏 demo | 3D platformer puzzle game demo

    C# 1

  4. Ukawka/2D-Platformer-Game Ukawka/2D-Platformer-Game Public

    C# 1

  5. Unity range types (float, int) with ... Unity range types (float, int) with custom property drawer. Unity 取值范围类型(包括浮点型的、整型的)及其自定义属性绘制器。
    1
    // Origin: https://gist.github.com/kyLi18n/e9f33c08ca049336c1b4800c087d2ac8
    2
    
                  
    3
    using System;
    4
    using System.Collections;
    5
    using System.Collections.Generic;
  6. Unity weighted selector with custom ... Unity weighted selector with custom editor. Unity 加权选择器及其自定义编辑器。
    1
    // Origin: https://gist.github.com/kyLi18n/4d433b94a1a45dcd135d82cd2bfb0807
    2
    
                  
    3
    using System;
    4
    using System.Collections.Generic;
    5
    using System.Linq;