All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release
- added use of a more generic way to create settings files in the user scope instead of the package scope
- removed unneeded .asset
- added default defines for steam and gog
- obsolete targetgroups are now filtered
- remove DISABLESTEAMWORKS define from headless default defines
- VersionInfos are now stored in one json instead of multiple txt files
- fixed some UI issues when steam credentials & app config were not provided
- added newtonsoft dependency
- switched from JsonUtility to Newtonsoft
- Removed asset bundle actions and methods from the build process
- added full headless define overwrite support
- switched from ScriptableObject Settings to ScriptableSingleton
- fix define overwrite
- move versioninfo to BuildManagerRuntimeSettings
- add adapter
- add demo option for headless builds
- add before / after build callback for headless builds
- add support to add extra files to the build (after building - before uploading)