This gist is now a repo: https://github.com/mikerochip/addressables-training-manual
Easier to remember the URL that way!
This gist is now a repo: https://github.com/mikerochip/addressables-training-manual
Easier to remember the URL that way!
| using UnityEngine; | |
| using System.Collections.Generic; | |
| using UnityEngine.TestTools; | |
| using NUnit.Framework; | |
| using System.Linq; | |
| namespace Roll7 | |
| { | |
| /// <summary> | |
| /// This tracker will assert for both warnings and errors. |
| // NOTE DONT put in an editor folder | |
| using UnityEngine; | |
| public class ReadOnlyAttribute : PropertyAttribute { } |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Reflection; | |
| using UnityEditor; | |
| using UnityEngine; | |
| /// <summary> | |
| /// A base class for creating editors that decorate Unity's built-in editor types. | |
| /// </summary> | |
| public abstract class DecoratorEditor : Editor |