nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.04k stars 133 forks source link

How to delete assets from GameObject Viewer? #337

Open crazy-night opened 1 month ago

crazy-night commented 1 month ago

I'm trying to modify a mod. It contains multiple animators. It seems that I need to delete assets one by one. How can I remove a whole object tree? I just want the one highlighted, p_cf_top_wedding, and delete other animators. 屏幕截图 2024-05-09 215512

Sorry for my poor description. I've no idea about the terms.

nesrak1 commented 1 month ago

There is no "delete gameobject" feature, but if it works for you, you can open the gameobject reference in the transform and set m_IsActive to false to disable it. While you can delete assets, you would need to make sure all references are accounted for, something uabea doesn't support doing for you.