Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 3d:export-runtime [2026/03/03 10:29] – [Step 3 – UV Unwrap Properly] mh | 3d:export-runtime [2026/03/03 10:33] (current) – [Step 7 – (Optional but Recommended) Apply Transforms] mh | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| In Shader Editor: | In Shader Editor: | ||
| - | Add **Image Texture node** | + | * Add **Image Texture node** |
| - | + | | |
| - | Click '' | + | |
| - | + | | |
| - | Choose resolution (512 - 2048 or 4096) | + | |
| - | + | ||
| - | Name it “Object_Baked_BaseColor” | + | |
| <WRAP round important 30%> | <WRAP round important 30%> | ||
| Line 71: | Line 68: | ||
| ==== Step 5 – Bake Maps ==== | ==== Step 5 – Bake Maps ==== | ||
| - | Bake Base Color (Albedo) | ||
| - | Render → Cycles | + | === Bake Base Color (Albedo) === |
| - | **Bake Type:** Diffuse | + | In the Render tab (Cycles selected) |
| - | Disable: | + | * Open **Bake** section |
| - | * Direct | + | * **Bake Type:** Diffuse |
| - | * Indirect | + | |
| - | * Leave only Color checked | + | |
| + | * Indirect | ||
| + | * Leave only Color checked | ||
| + | * Press '' | ||
| - | Press '' | + | <WRAP round important 30%> |
| + | **IMPORTANT: | ||
| Save the image afterward in Image Editor. | Save the image afterward in Image Editor. | ||
| + | |||
| + | If it's not saved to disk it can be lost. | ||
| + | </ | ||
| + | |||
| Repeat the process for Normal Map: | Repeat the process for Normal Map: | ||
| Line 99: | Line 103: | ||
| ==== Step 6 – Create a New Game-Ready Material ==== | ==== Step 6 – Create a New Game-Ready Material ==== | ||
| - | Now create | + | Create |
| * Plug BaseColor texture into Base Color | * Plug BaseColor texture into Base Color | ||
| Line 111: | Line 115: | ||
| ==== Step 7 – (Optional but Recommended) Apply Transforms ==== | ==== Step 7 – (Optional but Recommended) Apply Transforms ==== | ||
| - | **Object Mode**: | + | * **Object Mode** |
| - | '' | + | //In most cases don't apply location if your object is not an independent asset placed at world origin.// |
| GLTF likes clean scale = 1, rotation = 0. | GLTF likes clean scale = 1, rotation = 0. | ||
| Game engines prefer clean transforms. | Game engines prefer clean transforms. | ||
| - | |||
| - | Also '' | ||
| - | |||
| - | Game engines like clean normals. | ||