bdunderscore / ndmf

MIT License
63 stars 20 forks source link

Fix: Hide sub assets after manually apply and extracting #212

Closed JLChnToZ closed 5 months ago

JLChnToZ commented 5 months ago

Normally, animator states, transitions, and other state machine behaviors should be hidden in project view, but manually applied and extracted animator controllers will leave them visible (see screenshot below). This make the manual edit after processing more painful as the project view keep jumping around while you want to browse/edit them, this PR attempt to fix this problem.

image

bdunderscore commented 5 months ago

Interestingly, this is effective on extract, but not for the initial asset container. Unity things...