demonixis Posted May 25, 2019 Posted May 25, 2019 Hello, The SDK is not compatible with Unity 2019, but you can make it work very easily. Open the file Plugins/BuildCheck.cs, and change that line (line 186) : if (Application.unityVersion.StartsWith("2017.") || Application.unityVersion.StartsWith("2018.")) by if (Application.unityVersion.StartsWith("2017.") || Application.unityVersion.StartsWith("2018.") || Application.unityVersion.StartsWith("2019.")) Your application is not working with all versions of Unity 2019, including beta! Cheers
demonixis Posted May 27, 2019 Author Posted May 27, 2019 I can't edit my post but I want say "Your application is NOW working with all versions of Unity 2019, including beta!".
Recommended Posts
Archived
This topic is now archived and is closed to further replies.