diff --git a/about/introduction.rst b/about/introduction.rst index 06454b207..79b0a5a63 100644 --- a/about/introduction.rst +++ b/about/introduction.rst @@ -82,7 +82,7 @@ This documentation is organized into several sections: or developing C++ modules. - **Community** is dedicated to the life of Godot's community and contains a list of recommended third-party tutorials and materials outside of this documentation. - It also provides details on the Asset Library. It also used to list Godot + It also provides details on the Asset Store. It also used to list Godot communities, which are now listed on the `Godot website `_. - Finally, the **Class reference** documents the full Godot API, also available directly within the engine's script editor. diff --git a/about/list_of_features.rst b/about/list_of_features.rst index d5bcf99cf..09af7de43 100644 --- a/about/list_of_features.rst +++ b/about/list_of_features.rst @@ -115,10 +115,10 @@ Editor **Plugins:** - Editor plugins can be downloaded from the - :ref:`asset library ` to extend editor functionality. + :ref:`Asset Store ` to extend editor functionality. - :ref:`Create your own plugins ` using GDScript to add new features or speed up your workflow. -- :ref:`Download projects from the asset library ` +- :ref:`Download projects from the Asset Store ` in the Project Manager and import them directly. Rendering diff --git a/community/tutorials.rst b/community/tutorials.rst index c270a8270..65b5293af 100644 --- a/community/tutorials.rst +++ b/community/tutorials.rst @@ -5,7 +5,7 @@ Tutorials and resources This is a list of third-party tutorials and resources created by the Godot community. For resources, remember that there is the official -`Godot Asset Library `_ full of +`Godot Asset Store `_ full of official and community resources too! Think there is something missing here? Feel free to submit a `Pull Request `_ as always. @@ -39,5 +39,5 @@ Resources --------- - `awesome-godot: A curated list of free/libre plugins, scripts and add-ons `_ -- `Godot Asset Library `_ +- `Godot Asset Store `_ - `Godot Shaders: A community-driven shader library `_ diff --git a/tutorials/scripting/cpp/about_godot_cpp.rst b/tutorials/scripting/cpp/about_godot_cpp.rst index c8d0db176..2160c8fb0 100644 --- a/tutorials/scripting/cpp/about_godot_cpp.rst +++ b/tutorials/scripting/cpp/about_godot_cpp.rst @@ -30,7 +30,7 @@ compiling the engine's source code, making it easier to distribute your work. It gives you access to most of the API available to GDScript and C#, allowing you to code game logic with full control regarding performance. It's ideal if you need high-performance code you'd like to distribute as an add-on in the -:ref:`asset library `. +:ref:`Asset Store `. Also: diff --git a/tutorials/scripting/cpp/gdextension_cpp_example.rst b/tutorials/scripting/cpp/gdextension_cpp_example.rst index fcd79be82..11e2ea195 100644 --- a/tutorials/scripting/cpp/gdextension_cpp_example.rst +++ b/tutorials/scripting/cpp/gdextension_cpp_example.rst @@ -13,7 +13,7 @@ If you decide to work with it, here's what to expect your workflow to look like: * Develop your code with your :ref:`favorite IDE ` locally. * Build and test your code with the earliest compatible Godot version. * Create builds for all platforms you want to support (e.g. using `GitHub Actions `__). -* Optional: Publish on the `Godot Asset Library `__. +* Optional: Publish on the `Godot Asset Store `__. Example project --------------- diff --git a/tutorials/xr/introducing_xr_tools.rst b/tutorials/xr/introducing_xr_tools.rst index f0e3f7dc4..910f29ece 100644 --- a/tutorials/xr/introducing_xr_tools.rst +++ b/tutorials/xr/introducing_xr_tools.rst @@ -20,9 +20,8 @@ Installing XR Tools Continuing on from our project we started in :ref:`doc_setting_up_xr` we want to add in the Godot XR Tools library. This can be downloaded from the `Godot XR Tools releases page `_. -Find the latest release for Godot 4, and under **Assets**, download the -``godot-xr-tools.zip`` file. You can also find it in the asset library with the -title "Godot XR Tools for Godot 4". +Find the latest release, and under **Assets**, download the ``godot-xr-tools.zip`` +file. You can also find it in the Asset Store with the title "Godot XR Tools". If you're using the zip file, once it's downloaded unzip it. You will notice the files are held within a ``godot-xr-tools`` subfolder.