demonixis Posted May 25, 2019 Share 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 Link to comment Share on other sites More sharing options...
demonixis Posted May 27, 2019 Author Share 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!". Link to comment Share on other sites More sharing options...
Tony PH Lin Posted May 27, 2019 Share Posted May 27, 2019 Thanks for your feedback and notification. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.