From 64f8433b110703d082080f5a33926b7cb13ca104 Mon Sep 17 00:00:00 2001 From: Emberlynn Bland Date: Sat, 2 Sep 2023 19:12:54 -0600 Subject: [PATCH] Delete beginner's-guide-to-qodot/installation.md --- .../beginner's-guide-to-qodot/installation.md | 46 ------------------- 1 file changed, 46 deletions(-) delete mode 100644 docs/beginner's-guide-to-qodot/installation.md diff --git a/docs/beginner's-guide-to-qodot/installation.md b/docs/beginner's-guide-to-qodot/installation.md deleted file mode 100644 index d153531..0000000 --- a/docs/beginner's-guide-to-qodot/installation.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -layout: default -title: Installation -nav_order: 3 -parent: Beginner's Guide to Qodot ---- - -# Installation - -To install Qodot, Create a new Godot project, or load an existing one. - -Go to the AssetLib tab and search for “Qodot”. - -![](../../images/install-assetlib.png) - -Once you click “Qodot” and click download, wait for it to finish downloading, then click "Install": - -![](../../images/install-plugin.png) - -A tree of items to be installed will show up. Click "Install" at the bottom of the window. - -Note -{: .label .label-blue } -Godot 3.x can hang during the import process, but this is not a crash. It will finish importing if you wait long enough. You can speed this process up by moving `/addons/qodot` out of your project, set Project -> Project Settings -> Import -> Import Etc2 to false, and move it back in. You can also delete `/addons/qodot/textures` if you don't plan on copying the example textures to your own `/textures` folder. - -When the importer is done, go to Project → Project Settings -> Plugins. By default, Qodot is not enabled. Click the checkbox next to its name to enable it: - -![](../../images/install-plugin-enable.png) - -## Updating - -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. - -## Compatibility - -Here is the compatibility for Qodot across different Godot versions. - -- Godot 3.1.x+ - - Qodot 1.0 - - Qodot 1.5.6 -- Godot 3.2.x+ - - Qodot 1.6.0+ -- Godot 3.3.x+ - - Qodot 1.7.0+ - -Read [Building Maps](building-maps.md) to get started with Qodot!