- "Existing" asset entries specified in your config file no longer need to contain the asset directory. Thanks to @jackTabsCode in 764a345
- For example, if your asset directory is
assets/cloud
and have an existing asset entry like"assets/cloud/audio/stab/flesh.ogg" = { id = 12345 }
, it can be replaced with"audio/stab/flesh.ogg" = { id = 12345 }
.
- For example, if your asset directory is
- Asphalt's code generation implementation has been unified. There may be differences between generation since the last version, but none should be breaking. Thanks to @paradoxuum in #76
- It's advised to ignore generated files in your formatter & linter. See the relevant documentation for more details.
Full Changelog: v0.8.0...v0.8.1