mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-10 14:39:01 +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.