rrazgriz / RATS

Harmony-based Unity Editor QOL
https://vpm.razgriz.one
MIT License
84 stars 7 forks source link

Set defines on active build target instead of always Standalone #29

Open peterfab9845 opened 2 months ago

peterfab9845 commented 2 months ago

RATSGUI.SetDefineSymbol() always sets defines on the Standalone build target group rather than the active build target group. This change gets and uses the active group instead.

Fixes #22 (Android target)