This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using ExtensionToolbox; | |
| using UnityEditor; | |
| using UnityEngine; | |
| /// <summary> | |
| /// A class for Unity containing a method to get the path to a GameObject via the right-click menu | |
| /// to use it, right-click on a GameObject and choose "Get Path" from the context menu | |
| /// | |
| /// This script uses "Extension Toolbox", a super-handy collection of extension methods | |
| /// for Unity that I've written over the years. |