react-unity-webgl
Advanced tools
Comparing version 7.1.2 to 7.1.3
@@ -10,3 +10,3 @@ "use strict"; | ||
LoggingService.prototype.errorUnityLoaderNotFound = function () { | ||
// TODO | ||
this.warn("Unable to use the Unity Loader, please make sure you've imported", "the Unity Loader the correct way. You might have entered an incorrect", "path to the UnityLoader.js. The path is not relative to your bundle,", "but to your index html file. See the follow link for more details: ", "https://github.com/elraccoone/react-unity-webgl/issues/31"); | ||
}; | ||
@@ -13,0 +13,0 @@ LoggingService.prototype.warn = function () { |
{ | ||
"name": "react-unity-webgl", | ||
"version": "7.1.2", | ||
"version": "7.1.3", | ||
"description": "React Unity WebGL provides an easy solution for embedding Unity WebGL builds in your React application, with two-way communication between your React and Unity application with advanced API's.", | ||
@@ -5,0 +5,0 @@ "main": "./distribution/Exports.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59810
725