mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-05-01 08:48:59 +08:00
Previously, processing would abort before clearing AvatarTagComponents when an exception is thrown. This would result in unprocessed AvatarTagComponents re-triggering processing as part of their Awake callback, causing O(n^2) behavior.