highlevel-netcode-gen/validationToBuild.md
2023-12-21 22:15:35 -05:00

6 lines
366 B
Markdown

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