t1k:unity:tof:update-reward
| Field | Value |
|---|---|
| Module | tof |
| Version | 2.2.2 |
| Effort | medium |
| Tools | — |
Keywords: controller, migration, update-reward, version-reward
How to invoke
Section titled “How to invoke”/t1k:unity:tof:update-rewardUpdate Reward
Section titled “Update Reward”Purpose
Section titled “Purpose”Update Reward module. See code references below.
Public API
Section titled “Public API”interface
IVersionProvider(IVersionProvider.cs) classDefaultVersionProvider(DefaultVersionProvider.cs)EditorVersionProvider(EditorVersionProvider.cs)FeatureRewardRecord(UpdateRewardBlueprint.cs)PatchRewardRecord(UpdateRewardBlueprint.cs)UpdateRewardBlueprint(UpdateRewardBlueprint.cs)UpdateRewardDataController(UpdateRewardDataController.cs)UpdateRewardTestModule(UpdateRewardTestModule.cs)UpdateRewardValidator(UpdateRewardValidator.cs)UpdateRewardVContainer(UpdateRewardVContainer.cs)VersionInfo(VersionInfo.cs)VersionRewardRecord(UpdateRewardBlueprint.cs)
Signals / Events
Section titled “Signals / Events”None detected.
Config / ScriptableObjects
Section titled “Config / ScriptableObjects”None detected.
Integration Steps
Section titled “Integration Steps”- Reference package
TheOneFeaturein your project. - Register the Update Reward services via VContainer (see Architecture).
- Configure any ScriptableObjects listed in Config section.
- Subscribe to signals listed in Signals / Events to react to state changes.
Architecture
Section titled “Architecture”Detected public types (12): interface
IVersionProvider(IVersionProvider.cs) classDefaultVersionProvider(DefaultVersionProvider.cs)EditorVersionProvider(EditorVersionProvider.cs)FeatureRewardRecord(UpdateRewardBlueprint.cs)PatchRewardRecord(UpdateRewardBlueprint.cs)UpdateRewardBlueprint(UpdateRewardBlueprint.cs)UpdateRewardDataController(UpdateRewardDataController.cs)UpdateRewardTestModule(UpdateRewardTestModule.cs)UpdateRewardValidator(UpdateRewardValidator.cs)UpdateRewardVContainer(UpdateRewardVContainer.cs)VersionInfo(VersionInfo.cs)VersionRewardRecord(UpdateRewardBlueprint.cs)
Detected DI registrations:
IVersionProviderUpdateRewardDataController
Dependencies
Section titled “Dependencies”Run with FEATURE_MATRIX/DEPENDENCY_GRAPH integration to fill.
Gotchas
Section titled “Gotchas”(None reported yet — open an issue in The1Studio/theonekit-unity if you hit one.)
References
Section titled “References”- Source:
UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/UpdateReward/ - Namespace:
TheOne.Features.UpdateReward.Core,TheOne.Features.UpdateReward.Core.DI,TheOne.Features.UpdateReward.Editor,Core.Features.UpdateReward.Editor