mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
- Consider PackedArrays non-shared since they are copied on C++/script boundaries. - Add error messages in the analyzer when assigning to read-only properties. - Add specific error message at runtime when assignment fails because the property is read-only.