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
| #if UNITY_EDITOR | |
| using System; | |
| using System.Collections.Generic; | |
| using UnityEditor; | |
| using UnityEditor.EditorTools; | |
| using UnityEngine; | |
| using UnityEngine.Rendering; | |
| /// <summary> | |
| /// While Unity’s built-in box collider edit tool is active, draws camera-facing |
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 UnityEngine; | |
| using Adrenak.UniMic; | |
| using Concentus; | |
| using System; | |
| /* | |
| * Simple script to test github.com/adrenak/concentus-unity in a project. | |
| * | |
| * INSTRUCTIONS | |
| * Add the NPM registry to your project by going to Project Settings>Package Manager |