
Quick Start Guide
Install the Godot Addon to get started:
- If you haven't gotten started with Blender yet, take a look at that first.
- Once in your project, click on
AssetLib
at the top of the Godot editor. - Click the
Import...
button. - Select the
Folded Paper Engine
Godot addon zip file. - Click
Open
. - Click on the
Plugins...
button. - Check the box next to
Folded Paper Engine
to enable it. - Click
Close
. - Restart Godot.
Setup your Scene:
- Create a new 3D Scene.
- Right click on the base node in your new Scene and select
Add Child Node...
. - Search for and add a
WorldEnvironment
. - Add another child node, search for and add a
FoldedPaperEngine
node. - Select the
FoldedPaperEngine
node in the Scene tree. - In the
Inspector
panel on the right side of the editor, click the document icon next to thePath
property. - Find and select your
GLB/GLTF
file. - Click
Open
. - Next to the
Environment
property, clickAssign...
. - Select your
WorldEnvironment
and clickOK
. - You may want to add some lighting, like a
DirectionalLight3D
so that you can see what's in your Scene. - CONGRATS! You can now run your game! (Controllers and WASD keys will control your Player.)