If not..is there a way i can group object, so i can hide/Unhide a group instead ?
Thank you all
My mod is comming along, so at this point i only have workflow problems.
There’s not a way that I’m aware of to do what you are looking to do. However, a work around is to give each of your objects connected to an xmarker an object ID like MyGroup01Object01, MyGroup01Object02, MyGroup01Object03 and so on until you have all of the objects in your desired group named. This way, you can easily sort your objects in the cell view, highlight them and use the 1 key to hide them. You can do a prefix for each group like MyGroup01, MyGroup02, MyGroup03, then ObjectXX for all of the objects in that group.
I’m also dealing with a lot of objects both vanilla and new in my current project, so this has been essential for me to keep everything organized. The other good thing is that should you ever need to set an ObjectReference property on any one of your individual objects, just look up the name, name the property and it should auto fill for you.
Maybe somebody else has another suggestion, but that’s how I’m doing it.