Skip to content

Commit

Permalink
Merge pull request #68 from ChainSafe/nikola/lootboxes-update-how-to-…
Browse files Browse the repository at this point in the history
…run-sample

Added a note for people who are building Unity samples.
  • Loading branch information
kantagara authored Oct 18, 2023
2 parents ec4eae3 + 6172ed9 commit 5a8df70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ analytics
async
APIs
AppStore
auth
AUTH
backend
BalanceOf
binance
Expand Down Expand Up @@ -210,6 +212,8 @@ Solana
src
Rpc
RpcProvider
SampleLogin
sampleLogin
sign-through-web3auth
SHA-3
setting-up-an-rpc-node
Expand Down
8 changes: 7 additions & 1 deletion docs/v2.5/15_lootboxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

:::

0 comments on commit 5a8df70

Please sign in to comment.