Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/babel/traverse-7.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakzttv authored Oct 30, 2023
2 parents cffc025 + 223e3f5 commit 674846f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Set to true to add reviewers to pull requests
addReviewers: true

# Set to true to add assignees to pull requests
addAssignees: author

# A list of reviewers to be added to pull requests (GitHub username)
reviewers:
- sneakzttv
- nftpixels
- empea-careercriminal

# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- WIP
- wip

# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0
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 674846f

Please sign in to comment.