Migration Guide¶
This page documents breaking changes and migration steps between versions of FWFactionSystem.
Version 1.0 (Current)¶
This is the initial release. No migration steps are required.
Future Migration Notes¶
When upgrading between major versions, this page will document:
- Breaking API changes -- renamed or removed functions, changed signatures.
- DataAsset schema changes -- new required fields, deprecated properties.
- Replication changes -- any modifications to replicated property conditions.
- Configuration changes -- new project settings, changed defaults.
- Step-by-step upgrade instructions with code examples.
Before Upgrading
Always follow these steps when upgrading the plugin:
- Back up your project (source control recommended).
- Read the Changelog for the target version.
- Review this migration guide for breaking changes.
- Update the plugin files.
- Regenerate project files (right-click
.uproject> Generate Project Files). - Build and resolve any compile errors using this guide.
- Test faction resolution, replication, and persistence in a PIE session.