bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.42k stars 138 forks source link

Godot 4.x: Resources UID support #27

Closed nikitalita closed 3 years ago

nikitalita commented 3 years ago

This implements support for loading and saving Godot 4.x resources with UUIDs.

While implementing this, I discovered some bugs which broke the binary resource spec, so don't merge this until this PR is merged: https://github.com/godotengine/godot/pull/51042

nikitalita commented 3 years ago

That PR has been merged, so this is good to go now.

bruvzg commented 3 years ago

Thanks!