Skip to content

Instantly share code, notes, and snippets.

View tylertomaseski's full-sized avatar

Tyler Tomaseski tylertomaseski

View GitHub Profile
@tylertomaseski
tylertomaseski / ServerFileExplorer.cs
Created February 9, 2021 22:53
A simple server file explorer for Unisave and OdinInspector
using Sirenix.OdinInspector;
using Sirenix.OdinInspector.Editor;
using Sirenix.Utilities.Editor;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEditor;
using UnityEngine;
public class ServerFileExplorer : OdinMenuEditorWindow