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
Copy file name to clipboardExpand all lines: BUILDING.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,9 @@ As explained in the [Available Versions](./README.md#forked) section of the read
29
29
30
30
## Version Compatibility
31
31
32
-
You must use[Godot v4.3](https://github.com/godotengine/godot/releases/tag/4.3-stable) or newer.
32
+
This extension was only tested with[Godot v4.3](https://github.com/godotengine/godot/releases/tag/4.3-stable) or newer.
33
33
34
-
The GDExtension uses following APIs only available in this version:
35
-
36
-
-`FileAccess::resize()` (could be worked around by closing and reopening with `WRITE` perms).
37
-
-`AutoTranslateMode` (since it occurs in code which was ["copied" from Godot](https://github.com/godotengine/godot/blob/master/editor/plugins/packed_scene_translation_parser_plugin.cpp), an alternative implementation could use the old version of that code as reference).
38
-
39
-
If any interest for older Godot versions exist, consider tackling these compatibility issues first and then find out how low we can bring the minimum compatible version from this point onwards.
34
+
Older versions may or may not work, please open an issue if there are compile errors.
0 commit comments