From 45ef318da13f99ced65b293df96bd610f4839410 Mon Sep 17 00:00:00 2001 From: Nikola Garabandic Date: Fri, 29 Sep 2023 14:33:14 +0200 Subject: [PATCH 1/5] Added a note for people who are building Unity samples. --- docs/v2.5/15_lootboxes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/v2.5/15_lootboxes.md b/docs/v2.5/15_lootboxes.md index e569e515..b34740cb 100644 --- a/docs/v2.5/15_lootboxes.md +++ b/docs/v2.5/15_lootboxes.md @@ -283,4 +283,7 @@ 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. + +Small note if you are building a Unity Lootbox Demo scene +* When building the Lootbox Sample Scene, just make it a 0-th scene in the build index. If you want to build the auth sample, make SampleLogin 0-th 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. From ace8f70b992b77864988ab68835714708fd75de7 Mon Sep 17 00:00:00 2001 From: Nikola Date: Tue, 17 Oct 2023 13:49:49 +0200 Subject: [PATCH 2/5] Updating spellcheck --- dictionary.txt | 4 ++++ docs/v2.5/15_lootboxes.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 b34740cb..30c62c12 100644 --- a/docs/v2.5/15_lootboxes.md +++ b/docs/v2.5/15_lootboxes.md @@ -286,4 +286,4 @@ Click on the lootbox and you will receive the rewards! 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. Small note if you are building a Unity Lootbox Demo scene -* When building the Lootbox Sample Scene, just make it a 0-th scene in the build index. If you want to build the auth sample, make SampleLogin 0-th 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. +* 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. From dfa8f1422da613c0bf2b1365c78a19f2d076b411 Mon Sep 17 00:00:00 2001 From: Nikola Garabandic Date: Tue, 17 Oct 2023 18:54:14 +0200 Subject: [PATCH 3/5] Update docs/v2.5/15_lootboxes.md Co-authored-by: Peter Kalambet --- docs/v2.5/15_lootboxes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/v2.5/15_lootboxes.md b/docs/v2.5/15_lootboxes.md index 30c62c12..cb520f87 100644 --- a/docs/v2.5/15_lootboxes.md +++ b/docs/v2.5/15_lootboxes.md @@ -285,5 +285,6 @@ Click on the lootbox and you will receive the rewards! 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. -Small note if you are building a Unity Lootbox Demo scene +:::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. From 6172ed9c7972adb0c6d26115193e65eaf9f8fdff Mon Sep 17 00:00:00 2001 From: Nikola Garabandic Date: Tue, 17 Oct 2023 18:54:20 +0200 Subject: [PATCH 4/5] Update docs/v2.5/15_lootboxes.md Co-authored-by: Peter Kalambet --- docs/v2.5/15_lootboxes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/v2.5/15_lootboxes.md b/docs/v2.5/15_lootboxes.md index cb520f87..93ef6cb4 100644 --- a/docs/v2.5/15_lootboxes.md +++ b/docs/v2.5/15_lootboxes.md @@ -287,4 +287,6 @@ We hope you enjoy bringing our new feature to life! We've found it's a great way :::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. +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. + +::: From 4e3663354505ab7862160fee72300b2124c0a9ff Mon Sep 17 00:00:00 2001 From: Peter Kalambet Date: Tue, 17 Oct 2023 19:06:34 +0200 Subject: [PATCH 5/5] add auto assign for the prs --- .github/auto_assign.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/auto_assign.yml diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml new file mode 100644 index 00000000..02304d25 --- /dev/null +++ b/.github/auto_assign.yml @@ -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