I have a big project with lots of classes and the TerminalMethods class takes forever gathering all the attributes.
I made a work around by only getting attributes from monobehaviours in scene. This is much quicker and works for my use case. Let me know if you want a PR.
I have a big project with lots of classes and the
TerminalMethods
class takes forever gathering all the attributes.I made a work around by only getting attributes from monobehaviours in scene. This is much quicker and works for my use case. Let me know if you want a PR.