diff --git a/getting-started/implementation-guide/unity.md b/getting-started/implementation-guide/unity.md index f6d376b..cb9eb7c 100644 --- a/getting-started/implementation-guide/unity.md +++ b/getting-started/implementation-guide/unity.md @@ -6,7 +6,7 @@ icon: play ## Integration of Unity WebGL with 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. +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 @@ -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