4 Commits

Author SHA1 Message Date
JMartinezRuiz 75c844ffd6 fix(build): tighten BuildTarget enum parsing 2026-05-06 07:47:10 -06:00
JMartinezRuiz 2ab0b37da2 fix(build): avoid compile-time VisionOS enum references 2026-05-06 07:23:29 -06:00
Sebastian Martinez dcd496320a fix(build): guard BuildTarget.VisionOS with UNITY_2023_2_OR_NEWER
BuildTarget.VisionOS does not exist in Unity 2022.3.0 - 2022.3.17 or
2023.1.x, so UNITY_2022_3_OR_NEWER causes CS0117 compile errors on
those versions. Tighten the guard to UNITY_2023_2_OR_NEWER, where the
enum is guaranteed to exist.
2026-04-15 10:36:37 +02:00
Shutong Wu ab26f91b59 Initial upload 2026-03-21 20:32:24 -04:00