Block model with no cubes throws errors despite no cubes going outside the allowed space
Partner Rank: 3
Partner Team Reporting:
Jigarbov Productions
Verification builds:
1.19.60
Summary:
Block model with no cubes throws errors despite no cubes going outside the allowed space
Impact:
Forces creators to add extra geometry, then render them as alpha_test which decreases performance for no other reason than to adhere to the block warning despite the result being the same. This slows down development and makes maps less performant than they would be if we could just have no geometry in cases where it was required.
Repro Steps:
- Put attached geometry file in a rp and load game
Observed Results:
game throws these errors
[Blocks][warning]-Schematic 'geometry.simb_target' doesn't have a least 1/16th of its length within the unit cube on axis x.
[Blocks][warning]-Schematic 'geometry.simb_target' doesn't have a least 1/16th of its length within the unit cube on axis y.
[Blocks][warning]-Schematic 'geometry.simb_target' doesn't have a least 1/16th of its length within the unit cube on axis z.
despite there being no cubes at all
Expected Results:
The game should be fine if there is no geometry just so long as no cubes go outside the allowed area.
Screenshots/Videos attached: Yes/No

Regression Builds:
block geo is a new feature