Skip to content

Instantly share code, notes, and snippets.

View No3371's full-sized avatar

BA No3371

View GitHub Profile
@No3371
No3371 / ExtendedScriptableObjectDrawer.cs
Last active January 22, 2022 10:09 — 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
// Modified by Ren Chen (Aesthetic)
// Must be placed within a folder named "Editor"
using System;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;