Closed
Description
Godot version
System information
n/a
Issue description
These lines have an off-by-one error:
https://github.com/godotengine/godot/blob/master/core/io/resource_uid.cpp#L38-L39
No big deal, but it makes encoded RIDs potentially longer than they need to be.
If fixing the bug would cause trouble reading older files, then at least it should be commented.
Steps to reproduce
n/a
Minimal reproduction project
n/a