mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-23 14:21:26 +00: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.