diff --git a/platforms/unity/Assets/Scenes/SampleScene.unity b/platforms/unity/Assets/Scenes/SampleScene.unity index 1d2f9a6..403ef73 100644 --- a/platforms/unity/Assets/Scenes/SampleScene.unity +++ b/platforms/unity/Assets/Scenes/SampleScene.unity @@ -4007,14 +4007,6 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 3794113532120513878, guid: 2567a12ca0ff9454d804218a2a737139, type: 3} - propertyPath: APIKey - value: 64e50e6cb27610f2f209e2ee - objectReference: {fileID: 0} - - target: {fileID: 3794113532120513878, guid: 2567a12ca0ff9454d804218a2a737139, type: 3} - propertyPath: PlayBrandingAnimation - value: 0 - objectReference: {fileID: 0} - target: {fileID: 3794113532120513879, guid: 2567a12ca0ff9454d804218a2a737139, type: 3} propertyPath: m_Name value: SWAG diff --git a/platforms/unity/Assets/WebGLTemplates/SWAGSDK/TemplateData/index.js b/platforms/unity/Assets/WebGLTemplates/SWAGSDK/TemplateData/index.js index 8273b86..1a2655d 100644 --- a/platforms/unity/Assets/WebGLTemplates/SWAGSDK/TemplateData/index.js +++ b/platforms/unity/Assets/WebGLTemplates/SWAGSDK/TemplateData/index.js @@ -43,8 +43,6 @@ class SWAGSDK ReceiveMessage (payload) { - console.log('JSLIB receive message: ', payload); - const { eventName, message } = JSON.parse(payload); switch (eventName) { diff --git a/platforms/unity/Packages/SWAGSDK/Runtime/Scripts/SWAG.cs b/platforms/unity/Packages/SWAGSDK/Runtime/Scripts/SWAG.cs index 061a58d..cb6e868 100644 --- a/platforms/unity/Packages/SWAGSDK/Runtime/Scripts/SWAG.cs +++ b/platforms/unity/Packages/SWAGSDK/Runtime/Scripts/SWAG.cs @@ -126,7 +126,6 @@ void Update () !brandingAnimation.IsPlaying() && this.User.IsLoggedIn() ) { - Debug.Log("READY"); this.Ready(); } } diff --git a/platforms/unity/Packages/SWAGSDK/WebGLTemplates/SWAGSDK/TemplateData/index.js b/platforms/unity/Packages/SWAGSDK/WebGLTemplates/SWAGSDK/TemplateData/index.js index 8273b86..1a2655d 100644 --- a/platforms/unity/Packages/SWAGSDK/WebGLTemplates/SWAGSDK/TemplateData/index.js +++ b/platforms/unity/Packages/SWAGSDK/WebGLTemplates/SWAGSDK/TemplateData/index.js @@ -43,8 +43,6 @@ class SWAGSDK ReceiveMessage (payload) { - console.log('JSLIB receive message: ', payload); - const { eventName, message } = JSON.parse(payload); switch (eventName) {