- Beijing, China
-
03:50
(UTC +08:00)
Highlights
- Pro
Pinned Loading
-
github/opensource.guide
github/opensource.guide Public📚 Community guides for open source creators
-
-
Unity range types (float, int) with ...
Unity range types (float, int) with custom property drawer. Unity 取值范围类型(包括浮点型的、整型的)及其自定义属性绘制器。 1// Origin: https://gist.github.com/kyLi18n/e9f33c08ca049336c1b4800c087d2ac823using System;
4using System.Collections;
5using System.Collections.Generic;
-
Unity weighted selector with custom ...
Unity weighted selector with custom editor. Unity 加权选择器及其自定义编辑器。 1// Origin: https://gist.github.com/kyLi18n/4d433b94a1a45dcd135d82cd2bfb080723using System;
4using System.Collections.Generic;
5using System.Linq;
-
Unity ScriptableObject base class th...
Unity ScriptableObject base class that will automatically reset when exiting play mode, just like scene data. Unity 在退出运行模式时会像场景数据一样自动重置的可脚本化对象基类。 1// Origin: https://gist.github.com/kyLi18n/19e018c2527c2c9ee38bd3bce2bdecd223#if UNITY_EDITOR4using UnityEditor;
5#endif
-
Unity ScriptableObject inline editor...
Unity ScriptableObject inline editor attribute & drawer. Unity 可脚本化对象内联编辑器特性及绘制器。 1// Origin: https://gist.github.com/kyLi18n/3df1c7fbdb66d35470085de5e27f849023using System;
4using UnityEngine;
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
