Updated & tested with Unity 2019.1.8f1

Minor changes.
This commit is contained in:
max
2019-07-03 00:02:40 +02:00
parent 78e4fb0ad1
commit 1251736f5b
6 changed files with 25 additions and 26 deletions

View File

@ -1,5 +1,4 @@
//Maxartz15
//Version 1.0
//https://github.com/maxartz15/MA_EditorUtils
#if UNITY_EDITOR
using System.Collections;

View File

@ -1,5 +1,7 @@
//Maxartz15
//Version 1.0
//https://github.com/maxartz15/MA_EditorUtils
//References:
//http://martinecker.com/martincodes/unity-editor-window-zooming/
#if UNITY_EDITOR
using UnityEngine;

View File

@ -1,5 +1,7 @@
//Maxartz15
//Version 1.0
//https://github.com/maxartz15/MA_EditorUtils
//References:
//http://martinecker.com/martincodes/unity-editor-window-zooming/
#if UNITY_EDITOR
using UnityEngine;