I have added the DLL to assets, added using statement and also added a reference in my IDE (using Rider). In IDE there are no errors, but when I switch to Unity it informs me that script compilation failed:
Assets/OptionTest.cs(4,7): error CS0246: The type or namespace name `LanguageExt' could not be found. Are you missing an assembly reference?
Any idea how to use this library in Unity scripts?
↧