Skip to content

Instantly share code, notes, and snippets.

View vl4dimir's full-sized avatar

Vladimir Mitrović vl4dimir

View GitHub Profile
@tomkail
tomkail / ExtendedScriptableObjectDrawer.cs
Last active March 18, 2024 17:46
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;