Skip to content

Instantly share code, notes, and snippets.

View whilu's full-sized avatar
🎯
Focusing

lujun whilu

🎯
Focusing
View GitHub Profile
@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;