Skip to content

Commit

Permalink
GITBOOK-75: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
f.schoenknecht authored and gitbook-bot committed Dec 19, 2024
1 parent 362d275 commit 445ec84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting-started/implementation-guide/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: play

## Integration of Unity WebGL with the tconnect.io sdk <a href="#integration-of-unity-webgl-with-the-tconnect.io-sdk" id="integration-of-unity-webgl-with-the-tconnect.io-sdk"></a>

This section of the documentation describes the integration of Unity WebGL applications with the tconnect.io SDK. The goal is to enable communication between a Unity WebGL application and a React application utilizing the tconnect.io sdk.
This section of the documentation describes the integration of Unity WebGL applications with the tconnect.io SDK. The goal is to enable communication between a Unity WebGL application and a React application utilizing the tconnect.io SDK.

#### Overview <a href="#overview" id="overview"></a>

Expand Down Expand Up @@ -159,7 +159,7 @@ export const useUnityCommunicator = (
console.error(error || 'React: Error sending data to Unity');
}
};
}, [openModal, getAddressEvm, getAddress, sendMessage,
}, [openModal, getAddressEtherlink, getAddress, sendMessage,
etherlinkProvider, tezosBeaconProvider, tezosWcProvider]);

// Return the `setupUnityCommunication` function and the wallet address state
Expand Down

0 comments on commit 445ec84

Please sign in to comment.