highlevel-netcode-gen/validationToBuild.md
2024-02-25 14:09:05 -05:00

472 B

Validation to build into tool

[ ]Check that behavior trees have corresponding receiver trees [ ]Check that all synchronized fields are private [ ]If a synchronized field is an enum, check that both the client and server versions use the same enum type so that there isn't misalignment [ ]Check that all synchronized fields have corresponding fields on opposite tree [ ]Check constructors for btrees are private and instead all creation is done through attachTree() method