Skip to content

t1k:unity:tof:secret-store

FieldValue
Moduletof
Version2.2.2
Effortlow
Tools

Keywords: hidden-shop, secret-store, unlockable

/t1k:unity:tof:secret-store

Secret Store module. See code references below.

interface

  • ISecret (ISecret.cs)
  • ISecretStoreService (ISecretStoreService.cs) class
  • SecretManager (SecretManager.cs)
  • SecretStoreService (SecretStoreService.cs)
  • SecretStoreToolModule (SecretStoreToolModule.cs)
  • SecretStoreValidator (SecretStoreValidator.cs)
  • SecretStoreVContainer (SecretStoreVContainer.cs)

None detected.

None detected.

  1. Reference package TheOneFeature in your project.
  2. Register the Secret Store 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 (7): interface

  • ISecret (ISecret.cs)
  • ISecretStoreService (ISecretStoreService.cs) class
  • SecretManager (SecretManager.cs)
  • SecretStoreService (SecretStoreService.cs)
  • SecretStoreToolModule (SecretStoreToolModule.cs)
  • SecretStoreValidator (SecretStoreValidator.cs)
  • SecretStoreVContainer (SecretStoreVContainer.cs)

Detected DI registrations:

  • SecretStoreService

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/SecretStore/
  • Namespace: TheOne.Features.SecretStore.DI, TheOne.Features.SecretStore.Editor, TheOne.Features.SecretStore