Hi guys,
We are currently using the newest app42 plugin (3.0.3) for Unity, but getting an error when building an universal windows store app (sorry, I only got the german console print out):
Assets\Plugins\App42_Unity3D_SDK_3.0.3.dll: error CS0011: Die Basisklasse oder Schnittstelle 'System.SystemException' in der Assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089', auf die vom Typ 'com.shephertz.app42.paas.sdk.csharp.App42Exception' verwiesen wird, konnte nicht aufgelöst werden.
Looks like your are using System.SystemException in your dll, which is not supported for windows metro.
This is blocking our project completly, so please fix it as soon as possible!
closed with the note:
Problem fixed itself