COZY Documentation
  • Welcome!
    • πŸ‘‹Hello!
    • πŸ—ΊοΈRoadmap
    • πŸ†˜Support & Community
    • πŸŽ“Changelog
  • Getting Started
    • πŸ”ŒInstallation
    • πŸ› οΈSetting Up Your Project
    • 🌐Creating a New Scene
    • πŸ“¦COZY Samples
  • How it works
    • βš™οΈThe System Perspective
    • ⏱️Meridiem Time
    • 🌈Gradients & Curves
    • βš–οΈWeighted Random Chance (WRC)
    • πŸ§‘β€πŸ«Weather Selection & Forecasting
    • The Weather Sphere
      • 🌌The Sky Dome
      • ☁️The Cloud Dome
        • COZY Desktop Clouds
        • COZY Mobile Clouds
        • Soft Clouds
        • Painted Skies
        • Ghibli Desktop & Mobile Clouds
        • Single Texture Clouds
        • Luxury Clouds
      • 🌫️The Fog Dome
    • Modules
      • 🌌Atmosphere Module
      • πŸ•‘Time Module
      • 🌦️Weather Module
      • πŸƒAmbience Module
      • 🌑️Climate Module
      • ⚑Events Module
      • 🎨Interactions Module
      • ☁️Buto Module
      • 🌎MicroSplat Module
      • 🌳The Vegetation Engine (TVE) Module
      • πŸͺžReflections Module
      • πŸŒ™Satellite Module
      • πŸ—ƒοΈSave & Load Module
      • πŸŒ„Transit Module
      • πŸ’¨Wind Module
      • πŸ•‘System Time Module
      • πŸ›Debug Module
      • ☁️Plume Module
      • πŸŒ‡Blocks Module
      • πŸŒ‘Eclipse Module
      • πŸ“†Habits Module
      • 🎼ReSound Module
      • πŸ”—Link Module
    • Profiles
      • Ambience Profile
      • Atmosphere Profile
      • Forecast Profile
      • Perennial Profile
      • Satellite Profile
      • Material Profile
      • Weather Profile
      • FX Profiles
        • Audio FX
        • Climate FX
        • Cloud FX
        • Event FX
        • Filter FX
        • Multi FX
        • Particle FX
        • Precipitation FX
        • Thunder FX
        • Visual FX
        • Wind FX
      • Climate Profile
    • Biomes
    • Settings
  • Extending COZY
    • Stopping Indoor FX
    • Developing the Render Queue
    • Utilities
  • Integrations
    • Crest Water 4 (URP Only)
    • Crest Water 5
    • Stylized Water 2
    • KWS Water System
    • Generic Shader Graph
    • The Vegetation Engine
    • MicroSplat
  • Appendix
    • Frequently Asked Questions (FAQs)
    • Improving Performance With COZY 3
Powered by GitBook
On this page
  • Overview
  • Key Features
  • Time Controls
  • Usage Examples
  • Set the Current Time in the Editor
  • Allow Time to Pass Faster at Night (Literally)
  • Setup Leap Years
  • Set the Current Time Using a Script

Was this helpful?

  1. How it works
  2. Modules

Time Module

Overview

The Time Module is the default way to manage time movement and space in COZY: Stylized Weather. Handle year length, time speed, and current values all in one module.

Compatibility Information

❌ Does not have Biome Module

βœ… Works well with Transit Module

βœ… Works well with Habits Module

❌ Incompatible with the System Time Module

Key Features

Time Controls

  • Control the current time of day

  • Set the current day and year

  • Control the time speed

  • Control the day length and days per year

Usage Examples

Set the Current Time in the Editor

Move the sliders in the Current Settings tab to scrub through the day, year, and century. You can also set the current time on the right of the sliders

Allow Time to Pass Faster at Night (Literally)

This profile has a time speed curve that has a higher value between 0 and 25%, and 75% and 100%. This multiplies the rate at which time passes at night allowing for a shortened night.

Setup Leap Years

Check the realistic year toggle in the Length Settings tab to unlock the month settings. Now check the leap year toggle to open a second group of month settings. You can edit this as you see fit, and COZY will use these year settings every fourth year. The Realistic Year Perennial Profile comes setup with this if you need a setup example

Set the Current Time Using a Script

CozyTimeModule timeModule = CozyWeather.instance.timeModule;
timeModule.currentTime = new MeridiemTime(6, 00);
PreviousAtmosphere ModuleNextWeather Module

Last updated 1 month ago

Was this helpful?

In the Selection Settings, set the to the accelerated nights variant.

perennial profile
πŸ•‘
Page cover image