https://github.com/subsoap/defold-appmanifests
A collection of appmanifest files for excluding different parts of the Defold engine which you do not need
https://github.com/subsoap/defold-appmanifests
defold defold-game-engine
Last synced: about 1 year ago
JSON representation
A collection of appmanifest files for excluding different parts of the Defold engine which you do not need
- Host: GitHub
- URL: https://github.com/subsoap/defold-appmanifests
- Owner: subsoap
- Created: 2017-12-02T01:01:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T09:58:13.000Z (over 7 years ago)
- Last Synced: 2025-05-10T05:52:48.345Z (about 1 year ago)
- Topics: defold, defold-game-engine
- Size: 19.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THIS IS OLD!
Use this instead: https://britzl.github.io/manifestation/
https://github.com/britzl/manifestation
# Defold Appmanifests
A collection of appmanifest files for excluding different parts of the Defold engine which you do not need
To use these files, you must edit your game.project and add the [native_extension] section along with app_manifest specified
```
[native_extension]
app_manifest = /appmanifests/nophysics.appmanifest
```

Then you can build or bundle and a version of the engine will be produced with the inclusions / exclusions listed in your appmanifest.
# Included Appmanifests
- headless.appmanifest - headless
- headless_release.appmanifest - headless release
- nophysics_release.appmanifest - no physics, no recording, no profiling
- release.appmanifest - release
- debug.appmanifest - debug - no exclusions
Todo add more info and compare build sizes
-----
If you make a useful appmanifest please post it as an issue or with a pull request
From this thread: https://forum.defold.com/t/native-extensions/4946/133
More info: https://forum.defold.com/t/native-extensions/4946/138