Samples
Overview
These samples walk through the Static Game Data creation flow.
What You Can Do in These Samples
Use sample data close to a real game development workflow to experience the Wiener conversion flow.
Prerequisite
- Unity Startup - Install and import the Unity Asset version
Recommended Order
- Convert the 2.2-million-cell sample data (about 10 minutes) - Experience large-data conversion speed
- Create the item master (about 30 minutes) - Experience the basic conversion flow
- Experience hot reload (about 10 minutes) - Reconvert during Play Mode and reload with the R key
- Create the unit master and ID checks (about 15 minutes) - Experience validation and consistency checks
- Create the reward master (about 30 minutes) - Experience conditional ID validation
- Create the equipment master (about 20 minutes) - Add a reward target with multiple enums
- Try localization (about 15 minutes) - Output translation data and switch languages
- Add keys to existing YAML (about 10 minutes) - Add keys to existing Excel and YAML files
Try the validation flow
Intentionally enter an incorrect ID and run conversion to experience Wiener's error detection. Confirm that incorrect IDs entered by planners are caught during conversion.
Convert the 2.2-Million-Cell Sample Data - about 10 minutes
- Replace the sample data and run conversion
- Experience conversion time for large-scale data
Create the Item Master - about 30 minutes
- Create Dictionary-format Static Game Data
Experience Hot Reload - about 10 minutes
- Reconvert Static Game Data while Unity is playing
- Reload
basic.byteswith the R key and confirm the changes
Create the Unit Master - about 15 minutes
- Check IDs with Validate.KeyExist
- Create DictionaryList-format Static Game Data
Create the Reward Master - about 30 minutes
- Validate IDs against different masters depending on reward type
Create the Equipment Master - about 20 minutes
- Create an equipment master with rarity and equipment part enums
- Add equipment as a reward target
Try Localization - about 15 minutes
- Output translation data and enter Japanese translations
- Switch languages from C# code
Add Keys to Existing YAML - about 10 minutes
- Add keys to existing Excel and YAML files
- Reference the added keys from C# code