diff --git a/sdk/unity/onboard/recovering-sessions.mdx b/sdk/unity/onboard/recovering-sessions.mdx
index 50ca61d9..9775c9d1 100644
--- a/sdk/unity/onboard/recovering-sessions.mdx
+++ b/sdk/unity/onboard/recovering-sessions.mdx
@@ -21,8 +21,6 @@ On iOS, we leverage the [iOS Keychain](https://developer.apple.com/documentation
On MacOS, we leverage the [MacOS Keychain](https://developer.apple.com/documentation/security/keychain_services?language=objc).
-You may encounter signing issues with the secure storage bundle on MacOS when building and running your MacOS app. In this case, it is recommended to rebuild the `KeychainAccess.mm` and replace the `.bundle`. Please see our note in GitHub: https://github.com/0xsequence/sequence-unity/blob/master/Packages/Sequence-Unity/Plugins/MacOS/KeychainAccess.mm
-
## Windows
On Windows PCs, we leverage the [Crypto: Next Generation - Data Protection API (CNG DPAPI)](https://learn.microsoft.com/en-us/windows/win32/seccng/cng-dpapi)
@@ -93,6 +91,7 @@ unityStreamingAssets=**STREAMING_ASSETS**
android.enableR8=**MINIFY_WITH_R_EIGHT**
```
+Depending on your project configuration, `
## Editor