Getting Started - NitroxNova/humanizer GitHub Wiki
This getting started will assume that you have learned basics about setting up a project in Godot and have familiarity with Godot folder structures and how to interact with Godot.
Installing Package
Step 1: Get Package
Download the latest release for Humanizer version 2 (Godot 4.3) from the Releases section. This can be found under Releases . For version 3 (Godot 4.4, under development), you will also need the Humanizer Assets also placed in the addons folder, and renamed to "humanizer_assets".
Step 2: Unzip Package
Extract the humanizer package and copy the "addons" folder into your project
Step 3: Enable Plugin
Under "Project > Project Settings.." and enable both the Humanizer plugin and the HumanizerGlobal (if they arent already). You may need to reload the project before or after this step, if things arent working.
Step 4: Test
Open the addons/humanizer/scenes/tests/character3d.tscn and run it, or the stress_tester in the same folder. You can use the arrow keys to make them run. It should look something like this:
You can also open up the Authoring Scene in the editor, if youre using version 2
Changing the Config
- version 2 Global Config
- version 3 Project Settings