t1k:unity:tof:economy-entry
| Field | Value |
|---|---|
| Module | tof |
| Version | 2.2.2 |
| Effort | medium |
| Tools | — |
Keywords: currency-pricing, economy, reward-pipeline, scriptable-object
How to invoke
Section titled “How to invoke”/t1k:unity:tof:economy-entryEconomy Entry
Section titled “Economy Entry”Purpose
Section titled “Purpose”The Economy Entry Core feature provides comprehensive economy management for Unity mobile games. It handles currency pricing, rewards, costs, and resource management including lives system with recharge mechanics.
Public API
Section titled “Public API”interface
ICurrencyConfig(EconomyConfig.cs)IEconomyEntryService(EconomyEntryService.cs) classBoosterConfig(EconomyConfig.cs)EconomyEntryConfig(EconomyEntryConfig.cs)EconomyEntryConfigConvert(EntryConfig.Convert.cs)EconomyEntryConfigToolModule(EconomyEntryConfigToolModule.cs)EconomyEntryDefaultConfig(EconomyEntryDefaultConfig.cs)EconomyEntryService(EconomyEntryService.cs)EconomyManagerVContainer(EconomyManagerVContainer.cs)EconomyValidator(EconomyValidator.cs)KeyConstants(KeyConstants.cs)ValueConfig(EconomyConfig.cs)
Signals / Events
Section titled “Signals / Events”None detected.
Config / ScriptableObjects
Section titled “Config / ScriptableObjects”EconomyEntryDefaultConfig
Integration Steps
Section titled “Integration Steps”- Reference package
TheOneFeaturein your project. - Register the Economy Entry 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
ICurrencyConfig(EconomyConfig.cs)IEconomyEntryService(EconomyEntryService.cs) classBoosterConfig(EconomyConfig.cs)EconomyEntryConfig(EconomyEntryConfig.cs)EconomyEntryConfigConvert(EntryConfig.Convert.cs)EconomyEntryConfigToolModule(EconomyEntryConfigToolModule.cs)EconomyEntryDefaultConfig(EconomyEntryDefaultConfig.cs)EconomyEntryService(EconomyEntryService.cs)EconomyManagerVContainer(EconomyManagerVContainer.cs)EconomyValidator(EconomyValidator.cs)KeyConstants(KeyConstants.cs)ValueConfig(EconomyConfig.cs)
Detected DI registrations:
EconomyEntryService
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/EconomyEntry/ - Doc:
UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/EconomyEntry/README.md - Doc:
UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/EconomyEntry/CHANGELOG.md - Namespace:
TheOne.Features.EconomyEntry.Core.Editor,TheOne.Features.EconomyEntry.Core.Constants,TheOne.Features.EconomyEntry.Core.DI,TheOne.Features.EconomyEntry.Core.Models,TheOne.Features.EconomyEntry.Core.Services