
Crystal Save | COZY: Stylized Weather 3 Save Module
Arawn
$7.50
$15.00
50%OFF
(no ratings)
Jump AssetStore
This Save Module integrates DistantLands Cozy Stylized Weather 3 with the Crystal Save System, enabling seamless serialization and restoration of ambient weather state across play sessions.Crystal Save's Cozy StylizedWeather 3 Save Module brings full persistence to DistantLands.Cozy Weather 3 by hooking directly into the Crystal Save Save System ✨. Once installed, it will:🔄 Automatically capture every public float, enum or serializable field on your CozyWeather component at save-time📦 Wrap AmbienceProfile & WeatherProfile assets so their custom settings round-trip correctly🔧 Restore runtime changes (e.g. shifting cloud coverage ☁️, fog density 🌫️, nimbus variation 🌧️) exactly as they were when you loaded⚙️ Require only MemoryPack & Cozy Weather 3—no extra setup beyond adding the RememberCozyWeather3 component🎮 Include a demo scene (“Windward Forest Crystal Save”) to show save/load in actionIdeal for open-world RPGs, survival or simulation titles where weather continuity across play sessions deepens immersion 🌍👌.Uses MemoryPack for fast, compact binary blobs of all public floats, enums, Vector3s, Colors, etc.MemoryPack serializationAmbienceProfile & WeatherProfile are tagged [MemoryPackable] and subclass TypedObject so their asset GUID+fields round-trip automatically.TypedObject wrappersAuto-reflects any new serializable public field on your CozyWeather component—no manual field lists to maintain.Reflection discoveryOn load it does Resources.Load(…) / Resources.Load(…) by GUID to reattach the right profile assets.Resources-based asset lookupAll it needs is the RememberCozyWeather3 component plus Crystal Save Professional & Cozy Weather 3—no extra scenes, scriptable settings, or asmdefs required.Zero-config runtime