Godot3To4FileConversion is an addon consisting of three GDScript classes that enable certain files written in Godot 3 to be read in Godot 4.
Specifically, it provides solutions for these problems:
- Encryption change in class ConfigFile
- Encryption change in class File (Godot 3) / FileAccess (Godot 4)
- File.store_var()/FileAccess.get_var() incompatibility due to changes in the enum Variant.Type values