t1k:unity:tof:collectible-object
| Field | Value |
|---|---|
| Module | tof |
| Version | 2.2.2 |
| Effort | low |
| Tools | — |
Keywords: collectible, object, pickup
How to invoke
Section titled “How to invoke”/t1k:unity:tof:collectible-objectCollectible Object
Section titled “Collectible Object”Purpose
Section titled “Purpose”Tracks in-level collectible pickups with spawn-point queries via ICollectibleObjectPointProvider and state management in CollectibleObjectService.
Public API
Section titled “Public API”interface
ICollectibleObjectPointProvider(ICollectibleObjectPointProvider.cs) classCollectibleObjectService(CollectibleObjectService.cs)
Signals / Events
Section titled “Signals / Events”None detected.
Config / ScriptableObjects
Section titled “Config / ScriptableObjects”None detected.
Integration Steps
Section titled “Integration Steps”- Reference package
TheOneFeaturein your project. - Register the Collectible Object 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 (2): interface
ICollectibleObjectPointProvider(ICollectibleObjectPointProvider.cs) classCollectibleObjectService(CollectibleObjectService.cs)
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/CollectibleObject/ - Doc:
UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/CollectibleObject/README.md - Doc:
UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/CollectibleObject/CHANGELOG.md - Namespace:
TheOne.Features.CollectibleObject.Core.Models,System.Runtime.CompilerServices,TheOne.Features.CollectibleObject.Core.Services