diff --git a/dictionary.txt b/dictionary.txt index 909fa9f0..0725941b 100644 --- a/dictionary.txt +++ b/dictionary.txt @@ -17,6 +17,8 @@ analytics async APIs AppStore +auth +AUTH backend BalanceOf binance @@ -210,6 +212,8 @@ Solana src Rpc RpcProvider +SampleLogin +sampleLogin sign-through-web3auth SHA-3 setting-up-an-rpc-node diff --git a/docs/v2.5/15_lootboxes.md b/docs/v2.5/15_lootboxes.md index e569e515..93ef6cb4 100644 --- a/docs/v2.5/15_lootboxes.md +++ b/docs/v2.5/15_lootboxes.md @@ -283,4 +283,10 @@ Click on the lootbox and you will receive the rewards! ![](v2Assets/RewardsLootBoxes.png) -We hope you enjoy bringing our new feature to life! We've found it's a great way to easily offer virtual items to any and all users with a gamified feel. \ No newline at end of file +We hope you enjoy bringing our new feature to life! We've found it's a great way to easily offer virtual items to any and all users with a gamified feel. + +:::caution Unity Lootbox Demo Scene + +When building the Lootbox Sample Scene, just make it a 0th scene in the build index. If you want to build the auth sample, make SampleLogin 0th index and then build. Since we don't support (yet) running both samples (so auth and Lootboxes) at the same time, and that can cause some unexpected behavior especially on Lootbox scene. + +:::