Skip to content

Instantly share code, notes, and snippets.

@benbenmushi
benbenmushi / ShortcutFixForUnity2019.cs
Created February 18, 2021 18:17
Put this script in a Editor/ folder somewhere...
using System.Collections;
using UnityEngine;
using UnityEditor;
using System.Reflection;
using System;
using System.IO;
using System.Diagnostics;
[InitializeOnLoad]