.NET Error

If you receive an error that looks like this:

Navigate to your Build Settings (CMD-Shift-B), select Player Settings at the bottom-right corner:

In the iOS section (which should be selected by default), drop down the "Other Settings" section, scroll down to the "Configuration" section, and ensure that the Api Compatibility Level is set to .NET 4.x:

Note that this is only an issue on older versions of the Unity editor, as newer versions will use .NET Standard 2.1, which is compatible with our library.

Last updated