aws / lumberyard

Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.
Other
2.03k stars 540 forks source link

Fix asset processor batch crash on big number of assets #420

Closed rustamserg closed 4 years ago

rustamserg commented 5 years ago

Priority 1 Asset processor batch is crashed on big number of assets. The reason of crash is that legacy IDs array is not cleared between assets and constantly growing.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

AMZN-puvvadar commented 4 years ago

This change has been integrated, thanks for the submission!