View all by Chris' Tutorials
Creator
Follow Chris' Tutorials
Follow
Following Chris' Tutorials
Following
Add To Collection
Collection
Comments
Devlog
Related games
Related
World Time Plugin for Godot 4
←
Return to World Time Plugin for Godot 4
Devlog
1.0.2 Starting Date Hotfix
August 07, 2024
by
Chris' Tutorials
Fixed a bug where the date time set would be overwritten by the seconds on the TimeState rather than respecting the initial starting date set in the editor. What date you set for the game now should b...
Continue reading
1.0.1 Bug Fixes & Warning Improvements
May 10, 2024
by
Chris' Tutorials
This update is mostly bug fixes and improvements to some elements released in 1.0 especially regarding the AgeState and related components. New Signals Added a couple lower frequency signals to AgeSta...
Continue reading
1.0.0 Release - Stateful Shared Resources
May 05, 2024
by
Chris' Tutorials
Here is the first full release of the World Time plugin for Godot 4 games. The plugin provides systems that manage the progression of time in your game world updating a TimeState with game seconds, Da...
Continue reading
0.4.1 Full Video Tutorial, Useful Tester UIs, and Bug Fixes
October 25, 2023
by
Chris' Tutorials
1
During prepping for the first World Time plugin tutorial, I noticed a few quality of life changes that could be made and a few date changing bugs now fixed after additional unit testing. UI Changes Ad...
Continue reading
0.4 Cleaner Signals and DateTime Structure
October 12, 2023
by
Chris' Tutorials
0.4 is a big overhaul to the system adding better defined internal classes like DateTime to have cleaner representation of how time moves through the game. Signals were cleaned up and moves from globa...
Continue reading