t1k:unity:tof:external-data
| Field | Value |
|---|---|
| Module | tof |
| Version | 2.2.2 |
| Effort | low |
| Tools | — |
Keywords: external-data, remote-config, scriptable-object
How to invoke
Section titled “How to invoke”/t1k:unity:tof:external-dataExternal Data
Section titled “External Data”Purpose
Section titled “Purpose”External Data module. See code references below.
Public API
Section titled “Public API”class
ExternalBinaryDataStorage(ExternalBinaryDataStorage.cs)ExternalDataAsset(ExternalDataManagerSettings.cs)ExternalDataManagerToolModule(ExternalDataManagerToolModule.cs)ExternalDataVContainer(ExternalDataVContainer.cs)ExternalFileVersionManager(ExternalFileVersionManager.cs)ExternalFileVersionManagerConfig(ExternalFileVersionManagerConfig.cs)ExternalTextDataStorage(ExternalTextDataStorage.cs)
Signals / Events
Section titled “Signals / Events”None detected.
Config / ScriptableObjects
Section titled “Config / ScriptableObjects”ExternalDataAssetExternalFileVersionManagerConfig
Integration Steps
Section titled “Integration Steps”- Reference package
TheOneFeaturein your project. - Register the External Data 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
ExternalBinaryDataStorage(ExternalBinaryDataStorage.cs)ExternalDataAsset(ExternalDataManagerSettings.cs)ExternalDataManagerToolModule(ExternalDataManagerToolModule.cs)ExternalDataVContainer(ExternalDataVContainer.cs)ExternalFileVersionManager(ExternalFileVersionManager.cs)ExternalFileVersionManagerConfig(ExternalFileVersionManagerConfig.cs)ExternalTextDataStorage(ExternalTextDataStorage.cs)
Detected DI registrations:
ExternalBinaryDataStorageExternalFileVersionManagerExternalTextDataStorage
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/ExternalData/ - Namespace:
TheOne.Features.ExternalData.Core,TheOne.Features.ExternalData.Core.DI,TheOne.Features.Editor