Skip to content

Defold Engine

How to install

https://github.com/orbit-software/portalsdk-defold/releases

img

2. Install into dependencies of game.project:

[project]
title = TestGame
version = 1.0
dependencies#0 = https://github.com/orbit-software/portalsdk-defold/archive/refs/tags/v0.1.6.2.zip

3. Set a template for HTML5 export

[html5]
htmlfile = /portalsdk/manifests/web_template/engine_template.html
cssfile = /portalsdk/manifests/web_template/style.css

Examples and sources code

Refer to the example project to see a example of how the API works.

API Usage Example

The source code is available on GitHub

PortalSDK Defold

The API is documented in details:

Script API