You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PackedByteArray can't be bigger than 2147483647. Following this issue it should be fixed in Godot 4.0 RC 1, but running the code below in Godot 4.0.3 results in this error.
Godot version
4.0.3
System information
Windows 11 64-Bit
Issue description
The PackedByteArray can't be bigger than 2147483647. Following this issue it should be fixed in Godot 4.0 RC 1, but running the code below in Godot 4.0.3 results in this error.
Steps to reproduce
Run this code:
Minimal reproduction project
PackedByteArrayError.zip
The text was updated successfully, but these errors were encountered: