Skip to content

t1k:unity:tof:wallpaper-collection

FieldValue
Moduletof
Version2.2.2
Efforthigh
Tools

Keywords: asset-caching, collection, unlock-conditions, video-wallpaper, wallpaper

/t1k:unity:tof:wallpaper-collection

Complete wallpaper collection system with multi-condition unlock, asset caching, and video support.

interface

  • IAssetProvider (IAssetProvider.cs)
  • IHomeVideoProvider (IHomeVideoProvider.cs)
  • IWallpaperCollectionService (IWallpaperCollectionService.cs)
  • IWallpaperUnlockService (IWallpaperUnlockService.cs) class
  • IsExternalInit (IsExternalInit.cs)
  • UnlockTypeVisualGroup (UnlockTypeVisualGroup.cs)
  • WallpaperBlueprint (WallpaperBlueprint.cs)
  • WallpaperCategoryBlueprint (WallpaperCategoryBlueprint.cs)
  • WallpaperCategoryRecord (WallpaperCategoryBlueprint.cs)
  • WallpaperCharacterBlueprint (WallpaperCharacterBlueprint.cs)
  • WallpaperCharacterRecord (WallpaperCharacterBlueprint.cs)
  • WallpaperCollectionDefaultConfig (WallpaperCollectionDefaultConfig.cs)
  • WallpaperCollectionService (WallpaperCollectionService.cs)
  • WallpaperCollectionToolModule (WallpaperCollectionToolModule.cs)
  • WallpaperCollectionUserData (WallpaperCollectionUserData.cs)
  • WallpaperCollectionUserDataController (WallpaperCollectionUserDataController.cs)
  • WallpaperCollectionValidator (WallpaperCollectionValidator.cs)
  • WallpaperCollectionVContainer (WallpaperCollectionVContainer.cs)
  • WallpaperDownloadService (WallpaperDownloadService.cs)
  • WallpaperRecord (WallpaperBlueprint.cs)
  • WallpaperRemoteService (WallpaperRemoteService.cs)
  • WallpaperSetBlueprint (WallpaperSetBlueprint.cs)
  • WallpaperSetRecord (WallpaperSetBlueprint.cs)
  • WallpaperUnlockBlueprint (WallpaperUnlockBlueprint.cs)
  • WallpaperUnlockService (WallpaperUnlockService.cs)
  • OnWallpaperCacheInvalidatedSignal
  • OnWallpaperDownloadedSignal
  • OnWallpaperEquippedSignal
  • OnWallpaperPendingSignal
  • OnWallpaperProgressUpdateSignal
  • OnWallpaperTabChangedSignal
  • OnWallpaperThumbnailLoadedSignal
  • OnWallpaperUnlockedSignal
  • OnWallpaperViewedSignal
  • WallpaperCollectionDefaultConfig
  1. Reference package TheOneFeature in your project.
  2. Register the Wallpaper Collection 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 (39): interface

  • IAssetProvider (IAssetProvider.cs)
  • IHomeVideoProvider (IHomeVideoProvider.cs)
  • IWallpaperCollectionService (IWallpaperCollectionService.cs)
  • IWallpaperUnlockService (IWallpaperUnlockService.cs) class
  • IsExternalInit (IsExternalInit.cs)
  • UnlockTypeVisualGroup (UnlockTypeVisualGroup.cs)
  • WallpaperBlueprint (WallpaperBlueprint.cs)
  • WallpaperCategoryBlueprint (WallpaperCategoryBlueprint.cs)
  • WallpaperCategoryRecord (WallpaperCategoryBlueprint.cs)
  • WallpaperCharacterBlueprint (WallpaperCharacterBlueprint.cs)
  • WallpaperCharacterRecord (WallpaperCharacterBlueprint.cs)
  • WallpaperCollectionDefaultConfig (WallpaperCollectionDefaultConfig.cs)
  • WallpaperCollectionService (WallpaperCollectionService.cs)
  • WallpaperCollectionToolModule (WallpaperCollectionToolModule.cs)
  • WallpaperCollectionUserData (WallpaperCollectionUserData.cs)
  • WallpaperCollectionUserDataController (WallpaperCollectionUserDataController.cs)
  • WallpaperCollectionValidator (WallpaperCollectionValidator.cs)
  • WallpaperCollectionVContainer (WallpaperCollectionVContainer.cs)
  • WallpaperDownloadService (WallpaperDownloadService.cs)
  • WallpaperRecord (WallpaperBlueprint.cs)
  • WallpaperRemoteService (WallpaperRemoteService.cs)
  • WallpaperSetBlueprint (WallpaperSetBlueprint.cs)
  • WallpaperSetRecord (WallpaperSetBlueprint.cs)
  • WallpaperUnlockBlueprint (WallpaperUnlockBlueprint.cs)
  • WallpaperUnlockService (WallpaperUnlockService.cs) struct
  • OnWallpaperCacheInvalidatedSignal (WallpaperCollectionSignals.cs)
  • OnWallpaperDownloadedSignal (WallpaperCollectionSignals.cs)
  • OnWallpaperEquippedSignal (WallpaperCollectionSignals.cs)
  • OnWallpaperPendingSignal (WallpaperCollectionSignals.cs)
  • OnWallpaperProgressUpdateSignal (WallpaperCollectionSignals.cs)
  • OnWallpaperTabChangedSignal (WallpaperCollectionSignals.cs)
  • OnWallpaperThumbnailLoadedSignal (WallpaperCollectionSignals.cs)
  • OnWallpaperUnlockedSignal (WallpaperCollectionSignals.cs)
  • OnWallpaperViewedSignal (WallpaperCollectionSignals.cs) record
  • UnlockConditionRecord (WallpaperUnlockBlueprint.cs)
  • WallpaperUnlockRecord (WallpaperUnlockBlueprint.cs) enum
  • ConditionMode (WallpaperUnlockBlueprint.cs)
  • HomeVideoMode (WallpaperCollectionDefaultConfig.cs)
  • UnlockType (UnlockType.cs)

Detected DI registrations:

  • WallpaperCollectionService
  • WallpaperCollectionUserDataController
  • WallpaperDownloadService
  • WallpaperRemoteService
  • WallpaperUnlockService

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/WallpaperCollection/
  • Doc: UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/WallpaperCollection/README.md
  • Doc: UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/WallpaperCollection/Scripts/Signals/README.md
  • Doc: UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/WallpaperCollection/AddIWallpaperCollectionService.md
  • Doc: UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/WallpaperCollection/BLUEPRINT_DATA.md
  • Doc: UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/WallpaperCollection/INTEGRATION_GUIDE.md
  • Namespace: TheOne.Features.WallpaperCollection.Core.Editor, TheOne.Features.WallpaperCollection.Core.Config, TheOne.Features.WallpaperCollection.Core.Controllers, TheOne.Features.WallpaperCollection.Core.DI, TheOne.Features.WallpaperCollection.Core.Models, System.Runtime.CompilerServices, TheOne.Features.WallpaperCollection.Core.Services, TheOne.Features.WallpaperCollection.Core.Signals