Vector Parsing
Learn how to format and parse physical coordinates and dimensions directly from cells.
Vector Syntax
Vector fields (Vector2, Vector3, Vector4) must be entered as comma-separated values in your spreadsheet cells.
| Target Type | Cell Value Example | Decimals |
|---|---|---|
| Vector2 | 1.5, -2.4 | Supported |
| Vector3 | 0, 10, -5.2 | Supported |
| Vector4 | 1, 0.5, 0, 1 | Supported |
Error-Tolerance Safeguard
If a vector cell has missing parameters (e.g., entering 1.5 in a Vector3 field), the parser:
- Fills the remaining axes with default values (
0.0f). - Logs a warning in the Import Report.
- Continues importing rather than crashing the generation thread.