.. _doc_pages_demo_profile: Godot build profile ================== Godot can be compiled to include specific functionalities, allowing the engine to be optimized for your game. This customization enhances performance and ensures a tailored experience. Let's make your game shine! .. warning:: Adding a compilation profile is not mandatory, only follow this step if you are compiling godot for your specific game and have this file Creating profile ---------------- 1. Open your game in the Godot editor. 2. Click on "Project" 3. Click on "Tools" 4. Select "Engine Configuration Profile." .. image:: ../img/profile/prof1.png :alt: open profile editor 5. Select the desired classes. .. image:: ../img/profile/classes.png :alt: download artifacts 6. Save this file Uploading Profile ----------------- 1. Click "Engine Profile" under the Builds menu. 2. Click "Upload New Profile." .. image:: ../img/profile/w4profile.png :alt: Upload profile 3. Select the previously created file. .. image:: ../img/profile/uploadprofile.png :alt: Upload profile 4. Click "Save." .. image:: ../img/profile/profile_list.png :alt: Upload profile