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
| /* | |
| * Rotates an object towards the currently active camera | |
| * | |
| * 1. Attach CameraBillboard component to a canvas or a game object | |
| * 2. Specify the offset and you're done | |
| * | |
| **/ | |
| using UnityEngine; |