Armory bundle comes with everything you need.
- Download SDK.
- Unpack
Armory_version.zipto your preferred location. (On Windows, prefer a short path likeC:\Devor unpack with 7-zip to prevent long path errors and speed-up the extraction.) - Run Blender located in the unpacked SDK. (On Windows, you may need to enable it for the first time by clicking More info - Run anyway. On Linux, open terminal in the extracted folder and type
./blender. On macOS, seeinstructions.txtfile.)
- To verify everything is working correctly, save your .blend file and hit
Play(F5) button, located in theProperties - Render - Armory Playerpanel. - Continue to the Playground tutorial to learn more.
- For old graphics cards, create a
Mobilepath inProperties - Render - Armory Render Path. - When naming folders/files, prefer unaccented alphabetical letters
A-Z. - If you wish to isolate config for the bundled Blender, create empty
configfolder inArmory/2.80. - If you have any trouble setting things up, let us know!
- To see error messages, start Blender from console or press
Blender - Window - Toggle System Console. Type not found : Mainerror - save your .blend in a safe path likeC:\Users\user_name\Documents\test, otherwise Windows may prevent writing the files.- If you get missing .dll errors, try installing Visual C++ Redistributable for Visual Studio 2017.
- To see error messages, start Blender from terminal using
./blender.
- To see error messages, start Blender from terminal using
/path/to/Armory/blender.app/Contents/MacOS/blender. - Due to security elements of macOS, you may get a
file corruptederror. Try starting Blender from terminal like described above.
Armory can be used as a standard add-on in existing Blender installation.
- Download and unpack appropriate SDK for your platform.
- In Blender, Select
Edit - Preferences...and navigate to theAdd-onstab. - Click
Install.... - Select
armory.pylocated inmy_unpacked_sdk/Armory/armsdk/armory/blender/addon(on MacOS the location ismy_unpacked_sdk/Armory/Blender.app/armsdk/armory/blender/addon). - Enable Armory add-on.
- Set
SDK Pathproperty tomy_unpacked_sdk/Armory/armsdk. - Hit
Save Preferencesand restart Blender.