Unity FAQ

How do I use stripping level in Unity with Swrve?

If you are using the Swrve Unity SDK, you may have instrumented the stripping level to decrease the size of your app. To continue using the stripping level in Unity, be sure to include a link.xml file in the Unity Assets folder with the following contents: <linker> <assembly fullname=”mscorlib”> <type fullname=”System.Security.Cryptography.MD5CryptoServiceProvider” preserve=”all”/> </assembly> </linker> The Read More