d4rkc0d3r / d4rkAvatarOptimizer

d4rkpl4y3r's VRChat Avatar 3.0 optimizer
MIT License
368 stars 16 forks source link

Migrated to using EditorGUI scopes instead of Begin/End where applicable #107

Closed orels1 closed 3 months ago

orels1 commented 3 months ago

Migrated usage of Begin*/End* methods as well as direct usage of indentLevel (outside of a single case of direct assignment) to using the using (new *Scope()) format.

Also cleaned up a bit of leftover whitespace on empty lines / at the end of lines