Skip to content

Commit 882c1e9

Browse files
committed
Update version compatibility documentation
1 parent 4702d8c commit 882c1e9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

BUILDING.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,9 @@ As explained in the [Available Versions](./README.md#forked) section of the read
2929

3030
## Version Compatibility
3131

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.
3333

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.
4035

4136
## Platform Compatibility
4237

0 commit comments

Comments
 (0)