|
@@ -12,14 +12,17 @@ Also application manifest contains some options to control compiling code for HT
|
|
|
|
|
|

|
|
|
|
|
|
+
|
|
|
## Physics
|
|
|
|
|
|
Control which physics engine to use, or select None to exclude physics completely.
|
|
|
|
|
|
+
|
|
|
## Rig + Model
|
|
|
|
|
|
Control rig and model functionality, or select None to exclude model and rig completely. (See [`Model`](https://defold.com/manuals/model/#model-component) documentation).
|
|
|
|
|
|
+
|
|
|
## Exclude Record
|
|
|
|
|
|
Excluded the video recording capability from the engine (see the [`start_record`](https://defold.com/ref/stable/sys/#start_record) message documentation).
|
|
@@ -49,6 +52,12 @@ Exclude the [Live Update functionality](/manuals/live-update) from the engine.
|
|
|
|
|
|
Exclude `image` script module [link](https://defold.com/ref/stable/image/) from the engine.
|
|
|
|
|
|
+
|
|
|
+## Exclude Types
|
|
|
+
|
|
|
+Exclude `types` script module [link](https://defold.com/ref/stable/types/) from the engine.
|
|
|
+
|
|
|
+
|
|
|
## Exclude Basis Universal
|
|
|
|
|
|
Exclude the Basis Universal [texture compression library](/manuals/texture-profiles) from the engine.
|