Skip to content

t1k:unity:tof:gacha

FieldValue
Moduletof
Version2.2.2
Efforthigh
Tools

Keywords: gacha, loot-table, lootbox, pity-timer, probability, weighted-random

/t1k:unity:tof:gacha

A comprehensive gacha system with weighted random selection, pity mechanics, and loot table management for TheOne framework.

class

  • GachaDataController (GachaDataController.cs)
  • GachaLocalData (GachaLocalData.cs)
  • GachaLootTableBlueprint (GachaLootTableBlueprint.cs)
  • GachaLootTableRecord (GachaLootTableBlueprint.cs)
  • GachaPoolBlueprint (GachaPoolBlueprint.cs)
  • GachaPoolRecord (GachaPoolBlueprint.cs)
  • GachaState (GachaLocalData.cs)
  • GachaValidator (GachaValidator.cs)
  • GachaVContainer (GachaVContainer.cs)
  • ItemWeightRecord (GachaLootTableBlueprint.cs)
  • PityRuleRecord (GachaPoolBlueprint.cs)

None detected.

None detected.

  1. Reference package TheOneFeature in your project.
  2. Register the Gacha 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): class

  • GachaDataController (GachaDataController.cs)
  • GachaLocalData (GachaLocalData.cs)
  • GachaLootTableBlueprint (GachaLootTableBlueprint.cs)
  • GachaLootTableRecord (GachaLootTableBlueprint.cs)
  • GachaPoolBlueprint (GachaPoolBlueprint.cs)
  • GachaPoolRecord (GachaPoolBlueprint.cs)
  • GachaState (GachaLocalData.cs)
  • GachaValidator (GachaValidator.cs)
  • GachaVContainer (GachaVContainer.cs)
  • ItemWeightRecord (GachaLootTableBlueprint.cs)
  • PityRuleRecord (GachaPoolBlueprint.cs)

Detected DI registrations:

  • GachaDataController

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/Gacha/
  • Doc: UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/Gacha/README.md
  • Doc: UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/Gacha/REVIEW-blueprint-data-2026-03-14.md
  • Doc: UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/Gacha/UPDATE-PLAN-blueprint-data-2026-03-14.md
  • Doc: UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/Gacha/CHANGELOG.md
  • Namespace: TheOne.Features.Gacha.Core.Controllers, TheOne.Features.Gacha.Core.DI, TheOne.Features.Gacha.Core.Editor, TheOne.Features.Gacha.Core.Models.Blueprints, TheOne.Features.Gacha.Core.Models.LocalData