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: docs/beginner's-guide-to-qodot/index.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,25 @@ To bring back the "Full Build" toolbar, press <kbd>Alt</kbd> + <kbd>B</kbd> and
46
46
2. Download and install the plugin. `/qodot/textures` can be ignored to save on filesize and import time.
47
47
3. Go to Project > Project Settings > Plugins, then enable Qodot.
48
48
49
-
## Using Qodot
49
+
# Compatibility
50
+
51
+
## Updating
52
+
53
+
When updating, make sure to delete `/addons/qodot` from your project before installing a newer version, in order to avoid script errors arising from mis-matched code.
50
54
51
-
To get started with Qodot, you can read:
55
+
## Compatibility
52
56
53
-
1.[Building Maps](building-maps.md) to learn the absolute basics of building maps using Qodot.
54
-
2.[Loading Textures](loading-textures.md) to learn how to connect Trenchbroom to Godot and apply your Godot project's textures to geometry using Trenchbroom.
57
+
Here is the compatibility for Qodot across different Godot versions.
58
+
- Godot 4.1.x+
59
+
- Qodot 2023.1
60
+
- Godot 3.3.x+
61
+
- Qodot 1.7.0+
62
+
- Godot 3.2.x+
63
+
- Qodot 1.6.0+
64
+
- Godot 3.1.x+
65
+
- Qodot 1.0
66
+
- Qodot 1.5.6
67
+
68
+
## Using Qodot
55
69
56
-
By completing the beginner's guide, you will be able to build and texture maps for Godot using Trenchbroom.
70
+
To get started with Qodot, read [Building Maps](building-maps.md)to learn the absolute basics of building maps using Qodot.
0 commit comments