Skip to content

t1k:unity:tof:economy-entry

FieldValue
Moduletof
Version2.2.2
Effortmedium
Tools

Keywords: currency-pricing, economy, reward-pipeline, scriptable-object

/t1k:unity:tof:economy-entry

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.

interface

  • ICurrencyConfig (EconomyConfig.cs)
  • IEconomyEntryService (EconomyEntryService.cs) class
  • BoosterConfig (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)

None detected.

  • EconomyEntryDefaultConfig
  1. Reference package TheOneFeature in your project.
  2. Register the Economy Entry services via VContainer (see Architecture).
  3. Configure any ScriptableObjects listed in Config section.
  4. Subscribe to signals listed in Signals / Events to react to state changes.

Detected public types (12): interface

  • ICurrencyConfig (EconomyConfig.cs)
  • IEconomyEntryService (EconomyEntryService.cs) class
  • BoosterConfig (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

Run with FEATURE_MATRIX/DEPENDENCY_GRAPH integration to fill.

(None reported yet — open an issue in The1Studio/theonekit-unity if you hit one.)

  • 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