t1k:unity:tof:booster
| Field | Value |
|---|---|
| Module | tof |
| Version | 2.2.2 |
| Effort | low |
| Tools | — |
Keywords: booster, consumable, gameplay-buff, purchase
How to invoke
Section titled “How to invoke”/t1k:unity:tof:boosterBooster
Section titled “Booster”Purpose
Section titled “Purpose”Core implementation of booster core feature for Unity games
Public API
Section titled “Public API”class
BoosterBlueprint(BoosterBlueprint.cs)BoosterPurchaseRecord(BoosterBlueprint.cs)BoosterRecord(BoosterBlueprint.cs)BoosterService(BoosterService.cs)BoosterValidator(BoosterValidator.cs)BoosterVContainer(BoosterVContainer.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 Booster 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 (7): class
BoosterBlueprint(BoosterBlueprint.cs)BoosterPurchaseRecord(BoosterBlueprint.cs)BoosterRecord(BoosterBlueprint.cs)BoosterService(BoosterService.cs)BoosterValidator(BoosterValidator.cs)BoosterVContainer(BoosterVContainer.cs) enumPurchaseType(PurchaseType.cs)
Detected DI registrations:
BoosterService
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/Booster/ - Doc:
UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/Booster/Core/README.md - Doc:
UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/Booster/Default/README.md - Doc:
UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/Booster/Core/CHANGELOG.md - Doc:
UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/Booster/Default/CHANGELOG.md - Namespace:
TheOne.Features.Booster.Core.Models.Blueprints,TheOne.Features.Booster.Core.Models,TheOne.Features.Booster.Default.DI,TheOne.Features.Booster.Default.Editor,TheOne.Features.Booster.Default.Services