Vector2 is not a JSON-native type — JSON.stringify converts it to a string, which cannot be assigned back to a Vector2 return type on load. Positions are now saved as [x, y] float arrays and reconstructed as Vector2 in apply_save_data. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1.8 KiB
1.8 KiB