Skip to content

Instantly share code, notes, and snippets.

@codebyfire
codebyfire / Sandboxie.cs
Last active February 21, 2022 21:20
Download and install Sandboxie (http://www.sandboxie.com) and use this Editor script to open up another instance of your Unity project.
using System;
using UnityEditor;
using System.Diagnostics;
public class Sandboxie
{
[MenuItem("Sandboxie/Open Sandboxie instance")]
public static void OpenSandboxieInstance()
{