decentraland / unity-renderer

Unity implementation of Decentraland Client
https://play.decentraland.org
Apache License 2.0
136 stars 93 forks source link

Fix asset bundle converter for wearables [blocks updating the ABConverter unless we don't use it for wearables] #1933

Closed pravusjif closed 2 years ago

pravusjif commented 2 years ago

When we refactored the GLTF Loading and ABConverter logic to use async-awaits @Kinerius manged to solve the importing of the assets, only 1 problem still persists and it's that converting wearable collections ends in a different result (amount of wearables, not sure if anything else) than converting in master branch.

pravusjif commented 2 years ago

This issue is fixed at https://github.com/decentraland/unity-renderer/pull/2035