🤖 Powerful Search Features in Godot

Powerful search features in Godot

When we develop a game, especially a big one, sometimes it may often happen that we can never find the scene which we want to edit or we cannot remember where the script file is, which we are going to edit. In this article, I am going to introduce some so powerful and useful search features with keyboard shortcuts. Once you know those, you can reduce the huge amount of time looking for something which may be the most uninteresting in the game development. In addition, you can use the search features in a much faster way instead of looking for a script file and clicking it in the file system dock, for example. By the way, we can see all default shortcuts in the official online documents of Godot. Be careful about that it says Alt as Option on macOS. GODOT DOCS Default editor shortcuts Anyway, why do not you try to use the searches because it is sure to improve work efficiency. I will introduce ones in order of the widest range of searches first. Quick Open To use Quick Open, perform the following keyboard shortcut on Godot editor....

2022-04-27 · 5 min

🤖 Project Manager of Godot3

In this article, we will introduce what you can do with the Project Manager. When Godot is launched, the first thing that appears is the Project Manager. The Project Manager is a tool for managing projects handled by Godot, including the following operations. Creating new projects Loading project files downloaded from the Web Renaming a project Removing projects that were previously managed by the Project Manager. When using Godot for the first time, a dialog box will appear as shown in the following screen shot, prompting you to open the Asset Library. The asset library can be easily accessed at any time, so choose Cancel for now. Creating a new project Click “New Project” from the right sidebar of the Project Manager. Click “Browse” to choose the path where you want to save the new project files. Click on “Create Folder” in the upper right corner of the window that opens. Enter a name for the folder. As an example, it was named “SampleProject”. Once the folder is created, the folder path is automatically selected. Continue to click “Select Current Folder” in the lower right corner....

2021-10-30 · 4 min

🤖 Downloading Godot

Downloading Godot

What’s Godot? Godot Engine, or simply Godot, is a very popular open-source game engine that is now gaining popularity, especially in the indie game industry. A game engine is a reliable tool that handles all the complicated tasks for game developers by providing them with a system that is commonly needed in game development from the beginning so that they can concentrate on game development. For example, “displaying characters on the screen,” “sound effects sound when buttons are pressed and the screen changes,” “shining light on 3D objects and drawing shadows,” and “causing damage when a beam of light hits an enemy,” etc., are all common game development tasks that would be difficult if created from scratch. The game engine takes care of these processes for us. In this article, I will explain the first step to start using Godot, which is to download it (very easy). Godot is multi-platform. The files are available for almost all computers with major operating systems (Windows, macOS, and Linux) installed. Let’s get started with the download process. Accessing the download page First, access the official download page....

2021-10-25 · 3 min