add compatibility warning

main
Nathan Franke 3 years ago
parent ce56dfad2c
commit b90bd6e002
No known key found for this signature in database
GPG Key ID: 082B90CF10A5B648

@ -2,6 +2,10 @@
GDExtension template that automatically builds into a self-contained addon for the Godot Asset Library. GDExtension template that automatically builds into a self-contained addon for the Godot Asset Library.
# Compatibility warning:
Godot 4.0 is still in active development, so there will be frequent incompatibilities with previous versions. If you are encountering an issue, make sure the submodule `godot-cpp` is up-to-date by running the command `git submodule update --remote`.
### Getting started: ### Getting started:
1. Clone this repository (or a new repository with this template) with submodules. 1. Clone this repository (or a new repository with this template) with submodules.
- `git clone --recurse-submodules https://github.com/nathanfranke/gdextension.git` \ - `git clone --recurse-submodules https://github.com/nathanfranke/gdextension.git` \

Loading…
Cancel
Save