Skip to content

Instantly share code, notes, and snippets.

View whilu's full-sized avatar
🎯
Focusing

lujun whilu

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am whilu on github.
  • I am lujun (https://keybase.io/lujun) on keybase.
  • I have a public key ASCIkwejRPwZmqdITqc9Z34U_BgXAQeTQTLDZWyyf75pGQo

To claim this, I am signing this object:

@whilu
whilu / ExtendedScriptableObjectDrawer.cs
Created December 29, 2021 14:27 — forked from tomkail/ExtendedScriptableObjectDrawer.cs
Displays the fields of a ScriptableObject in the inspector
// Developed by Tom Kail at Inkle
// Released under the MIT Licence as held at https://opensource.org/licenses/MIT
// Must be placed within a folder named "Editor"
using System;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;