loomnetwork / unity-sdk

Loom DAppChain SDK for Unity3d
Other
121 stars 34 forks source link

Fix for obsolete pre-build option. #54

Closed Eriiond closed 5 years ago

Eriiond commented 5 years ago

In Unity 2019.1.x you get the following error message for a no longer supported building option: Assets\LoomSDK\Source\Editor\CheckProject.cs(45,18): error CS0619: 'EditorUserBuildSettings.webGLUsePreBuiltUnityEngine' is obsolete: 'Building with pre-built Engine option is no longer supported.'

This PR removes the function definition and function call for Unity 2019.1.x and newer versions.

ZimM-LostPolygon commented 5 years ago

@enlight LGTM, can it be merged?