tags: ['streamlink', 'ffmpeg', 'vimeo']
Vimeo embeds on Skool are streaming via HLS.
There are 2 methods for downloading these.
| using UnityEngine; | |
| using TMPro; | |
| using Sirenix.OdinInspector; | |
| /// <summary> | |
| /// An extension of TextMeshPro that causes the text to be displayed in a | |
| /// circular arc. | |
| /// | |
| /// Adapted from https://github.com/TonyViT/CurvedTextMeshPro and improved. | |
| /// TonyViT's version has some unnecessary properties and doesn't use the |