originalnicodr / CinematicUnityExplorer

UnityExplorer fork focused on providing tools for creating marketing material for Unity games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preserve true "Ignore Master Toggle" when refreshing the animators

originalnicodr opened this issue · comments

Describe the issue

As of now, when refreshing the animators, the "Ignore Master Toggle" toggle values of already existing animators cells will get reset by our heuristic. We could, instead, get the new list of animators, delete the ones that are no longer there from our dictionary, and add the new ones with a default "Ignore Master Toggle" based on our heuristic.