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
| /* Copyright (c) 2017 Jacob Keane <http://jacobkeane.co.uk>. All rights reserved. | |
| This work is licensed under the terms of the MIT license. For a copy, see <https://opensource.org/licenses/MIT>. */ | |
| #if UNITY_EDITOR | |
| using UnityEditor; | |
| /// <summary> | |
| /// A simple script to allow you to open a locked inspector for the currently selected object | |
| /// Right click on a GameObject in either the Hierarchy or Project view and select "Open Locked Inspector" | |
| /// Or press CTRL+I. |