You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use metadata in tag definition field to scan through and make sure reflexive and rawdata sizes are valid, int/float values are within their MIN and MAX bounds(if applicable), enums are set to a valid value, tag dependencies are of the allowed type(s), etc.
This includes lots of ad-hoc checks that have to be written manually per tag, like making sure effect tags events specify a valid location index, and bitmap sprites specify all valid bitmap indices and counts. There will be thousands of these, so a good system for these checks will need to be devised before implementing them.
The text was updated successfully, but these errors were encountered:
Use metadata in tag definition field to scan through and make sure reflexive and rawdata sizes are valid, int/float values are within their MIN and MAX bounds(if applicable), enums are set to a valid value, tag dependencies are of the allowed type(s), etc.
This includes lots of ad-hoc checks that have to be written manually per tag, like making sure effect tags events specify a valid location index, and bitmap sprites specify all valid bitmap indices and counts. There will be thousands of these, so a good system for these checks will need to be devised before implementing them.
The text was updated successfully, but these errors were encountered: