v5.0.x Patch Notes
Future Patches
Section titled “Future Patches”This section will document any future patch-level changes if v5.0.x patches are released
- Introduced
GBPlacementPersistenceutility class for save/load operations - Updated all placement workflows to use metadata instead of components
Migration Steps:
- Replace
PlaceableInstancereferences with metadata queries usingget_meta("gb_placement") - Update save/load logic to use
GBPlacementPersistence.get_all_placed_objects()andsave_placement_data() - See the Placement Persistence Migration guide for detailed examples
Version 5.0.0
Section titled “Version 5.0.0”Release Date: September 2025
Summary: Initial stable release of Grid Building v5.0.
- Complete rewrite of placement and building systems
- Rule-based placement validation framework
- Comprehensive indicator management system
- Full multiplayer support with deterministic workflows
- Extensive API documentation and guides