Prize wheel validation#48
Open
tcrawf23 wants to merge 2 commits into
Open
Conversation
-fix GM config steps -fix Catalog.json -simplify weights in DropTable.json -minor updates to PrizeWheelDemo.cs
vDonGlover
suggested changes
Jun 2, 2020
Comment on lines
8
to
12
| * [Accounts](https://api.playfab.com/docs/building-blocks#Accounts) | ||
| * [Player Inventory](https://api.playfab.com/docs/building-blocks#Player_Inventory) | ||
| * [Virtual Currency](https://api.playfab.com/docs/building-blocks#Virtual_Currency) | ||
| * [Catalog & CatalogItems (Bundle / Container)](https://api.playfab.com/docs/building-blocks#Catalog) | ||
| * [Catalog & Catalog Items (Bundle / Container)](https://api.playfab.com/docs/building-blocks#Catalog) | ||
| * [Drop Table](https://api.playfab.com/docs/building-blocks#Drop_Table) |
Contributor
There was a problem hiding this comment.
These links are dead and the doc that they referred to was not migrated. removed them in the readmes that I updated.
See
https://github.com/PlayFab/PlayFab-Samples/tree/master/Recipes/ProgressiveRewards
| * [Catalog & Catalog Items (Bundle / Container)](https://api.playfab.com/docs/building-blocks#Catalog) | ||
| * [Drop Table](https://api.playfab.com/docs/building-blocks#Drop_Table) | ||
|
|
||
| ###Preparation: |
| Prize Wheel No. 1 | Item | This represents the spin that needs to be purchased for 1 Spin Ticket (ST) | ||
| Spin Again! | Bundle | This bundle contains 1 Spin Ticket (ST) to allow another spin | ||
|
|
||
| 3. Select **Edit Catalog > Make Primary Catalog > Save** |
Contributor
There was a problem hiding this comment.
You might want to mention that this is gear icon.
| Spin Again! | Bundle | This bundle contains 1 Spin Ticket (ST) to allow another spin | ||
|
|
||
| 3. Select **Edit Catalog > Make Primary Catalog > Save** | ||
| 4. Navigate within the catalog to the **Drop Tables** tab. |
Contributor
There was a problem hiding this comment.
Open the catalong then navigate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update:
-README links
-Game Manager setup
-Unity3D steps and scripts