Skip to content
View kyLi18n's full-sized avatar
  • Beijing, China
  • 10:11 (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.

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

    📚 Community guides for open source creators

    HTML 14.7k 14.9k

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

    C# 1

  3. Unity range type (with custom proper... Unity range type (with custom property drawer). Unity 取值范围类型(及自定义属性绘制器)。
    1
    using System;
    2
    using System.Collections;
    3
    using System.Collections.Generic;
    4
    using System.Linq;
    5
    using UnityEngine;
  4. Unity weighted random selector (with... Unity weighted random selector (with custom Editor). Unity 加权随机选择器(及自定义编辑器)。
    1
    using UnityEngine;
    2
    
                  
    3
    namespace kyLi18n.Utils {
    4
    
                  
    5
        [CreateAssetMenu(fileName = "GameObjectSelector", menuName = "kyLi18n/WeightedRandomSelector/GameObjectSelector")]