Releases: decentraland/asset-bundle-converter
Releases · decentraland/asset-bundle-converter
0.3.1
0.3.0
What's Changed
- feat: publish AssetBundleConverted event to notify about textures ready by @aleortega in #179
- chore: update gltf plugin by @AlejandroAlvarezMelucciDCL in #180
- chore: bumped version by @AlejandroAlvarezMelucciDCL in #181
Full Changelog: 0.2.9...0.3.0
0.2.9
0.2.8
0.2.7
What's Changed
- fix: added support for animation parameter for legacy anims by @davidejensen in #176
Full Changelog: 0.2.6...0.2.7
0.2.6
What's Changed
- feat: add staging environment on manual-deploy workflow by @aleortega in #174
- fix: Increase limits for disabled LODS by @dalkia in #175
Full Changelog: 0.2.5...0.2.6
0.2.5
0.2.4
What's Changed
Adds content comparison mitigation.
When converting an entityID, if the following conditions are met:
- The entity is a scene
- The previous hash exists using the pointer-changes API, which we can identify comparing by base-pointer.
- The previous deploy was less than 500 scenes away (since this is the limit I can query to pointer-changes)
- The manifest of the previous hash exists
- The version of the manifest of the previous hash is equal to the one that is being requested
- All of the files to be converted are present in the old manifest
- All the files in S3 from the previous manifest exists and are downloadable
If all of that checks out, we grab the previous assets instead of reconverting everything.
If the scene code changes, it doesn’t reconvert everything, but just moves files in S3.
If contents do not match, everything will be reconverted even by just one file.
Commits:
- fix: add version and environemnt control to file changes by @dalkia in #168
- fix: Better logging for HasContentChanged by @dalkia in #169
- fix: Create Output folder for HasContentChanged by @dalkia in #170
- fix: Add has content changed to log check by @dalkia in #172
Full Changelog: 0.2.3...0.2.4
0.2.3
What's Changed
- chore: manifest regeneration mitigation by @dalkia in #162
- chore: Add logger for has content changed task by @dalkia in #163
- fix: Ignore current entity id in HasSameContent by @dalkia in #164
- fix: Transparency Issue by @GBirch33 in #165
- chore: AB version bump by @davidejensen in #166
- fix: reverted mitigation for manifest by @davidejensen in #167
Full Changelog: 0.2.2...0.2.3
0.2.2
What's Changed
- fix: SRPBatchingHelper OptimizeMaterial only affect WebGL target by @GBirch33 in #160
- fix: fixed import of duplicated animation clips by @davidejensen in #161
Full Changelog: 0.2.1...0.2.2