Hello there, after importing the .unitypackage I got these errors:
Assets\Code\Scripts\Texts\STMSettingsSetter.cs(6,13): error CS0234: The type or namespace name 'Async' does not exist in the namespace 'UniRx' (are you missing an assembly reference?)
and
Assets\Code\Scripts\Texts\STMPrinter.cs(8,46): error CS0535: 'STMPrinter' does not implement interface member 'IRevealableText.Render()'
I'm using Unity 2021.3.14f1. Any way to fix this?
Thank you