Skip to content

Commit e71051b

Browse files
committed
Fixed links for the Defold release article.
1 parent 8e13b76 commit e71051b

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

_posts/2026-06-22-Defold-1-13-0.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags: ["news", "release notes", "3d", "physics", "mobile", "editor", "shaders"]
1212

1313
**Defold 1.13.0** is a substantial release that develops several areas of the engine at once: model support, physics, rendering, editor tooling, and build workflows. This version introduces new functionality relevant to both 2D and 3D projects.
1414

15-
This release also includes many important cleanup changes. Older, long-deprecated APIs and formats have been removed, including Collada, `asm.js`, and the old Live Update format. Before updating existing projects, we recommend reviewing the [full release notes](https://github.com/defold/defold/releases/tag/1.13.0) and checking any parts of your project that may depend on older engine behavior.
15+
This release also includes many important cleanup changes. Older, long-deprecated APIs and formats have been removed, including Collada, `asm.js`, and the old Live Update format. Before updating existing projects, we recommend reviewing the [full release notes](https://forum.defold.com/t/defold-1-13-0-has-been-released/82980) and checking any parts of your project that may depend on older engine behavior.
1616

1717
## Key changes in Defold 1.13.0
1818

@@ -181,14 +181,12 @@ These changes are not visually spectacular, but they affect the daily developmen
181181

182182
Defold 1.13.0 removes several older parts of the engine. Projects updated from earlier versions should be checked before migration.
183183

184-
Support for `js-web` / asm.js has been removed, as Defold's web backend now focuses on `wasm-web`. Collada support has also been removed, so `.dae` models should be migrated to [glTF or GLB](/manuals/importing-models/). Old, deprecated Lua functions and constants, the old [LiveUpdate](/manuals/live-update/) format, and LiveUpdate auto mount have also been removed.
184+
Support for `js-web` / asm.js has been removed, as Defold's web backend now focuses on `wasm-web`. Collada support has also been removed, so `.dae` models should be migrated to [glTF or GLB](/manuals/importing-models/). Old, deprecated Lua functions and constants, the old [LiveUpdate](/manuals/live-update/) format, and LiveUpdate auto mount have also been removed. We prepared a special Python script to check for deprecated APIs in your project [available here](https://gist.github.com/AGulev/e41579eed51174756aaccb16f184ee94).
185185

186186
Component winding order has been unified to counter-clockwise. Projects using custom culling should check their [render scripts](/manuals/render/) and [materials](/manuals/material/). The import behavior for glTF/GLB models has also changed by removing automatic re-centering, so transforms are closer to what was prepared in the source tool.
187187

188-
These changes may require work in older projects, but they simplify the future development of the engine and reduce the number of exceptions Defold had to maintain. Please be especially careful when updating. Before updating an existing project, we recommend reading the [full release notes](https://github.com/defold/defold/releases/tag/1.13.0), checking the breaking changes, and migrating on a project copy or in version control.
188+
These changes may require work in older projects, but they simplify the future development of the engine and reduce the number of exceptions Defold had to maintain. Please be especially careful when updating. Before updating an existing project, we recommend reading the [full release notes](https://forum.defold.com/t/defold-1-13-0-has-been-released/82980), checking the breaking changes, and migrating on a project copy or in version control.
189189

190190
## Summary
191191

192-
Defold 1.13.0 is available now. It cleans up and develops the engine in several concrete aspects. We believe these changes and the direction Defold is taking are good for the engine in the long term, and we hope you'll make good use of the new feature to create great games!
193-
194-
192+
Defold 1.13.0 is available now. It cleans up and develops the engine in several concrete aspects. We believe these changes and the direction Defold is taking are good for the engine in the long term, and we hope you'll make good use of the new feature to create great games!

0 commit comments

Comments
 (0)