return (asset as TextAsset)?.text ?? throw new InvalidOperationException("Asset not found"); }Basics of UniTask and AsyncOperationUniTask features rely on C# 7.0(task-like custom async method builder feature) so the required Unity version is after Unity 2018.3, the official lowest version suppor...