Skip to content

Commit

Permalink
unity demo project cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanranson committed Sep 6, 2023
1 parent f50df9b commit 5004f0b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions platforms/unity/Assets/Scenes/SampleScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class SWAGSDK

ReceiveMessage (payload)
{
console.log('JSLIB receive message: ', payload);

const { eventName, message } = JSON.parse(payload);

switch (eventName) {
Expand Down
1 change: 0 additions & 1 deletion platforms/unity/Packages/SWAGSDK/Runtime/Scripts/SWAG.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ void Update ()
!brandingAnimation.IsPlaying() &&
this.User.IsLoggedIn()
) {
Debug.Log("READY");
this.Ready();
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class SWAGSDK

ReceiveMessage (payload)
{
console.log('JSLIB receive message: ', payload);

const { eventName, message } = JSON.parse(payload);

switch (eventName) {
Expand Down

0 comments on commit 5004f0b

Please sign in to comment.