Search Issue Tracker
Fixed
Fixed in 0.3.3-exp.0
Votes
1
Found in [Package]
0.3.3-exp.0
Issue ID
AVPB-143
Regression
No
UNITY_VISIONOS defines are undocumented
Unity has a feature where platform-specific DEFINEs are set in all C# code. For example UNITY_IOS or UNITY_PS5.
When running against the experimental Apple Vision platform, UNITY_IOS is not set. However, UNITY_VISIONOS is set.
But UNITY_VISIONOS is not documented. It is not in
https://docs.unity3d.com/Manual/PlatformDependentCompilation.html
And it is not found if I search in
https://docs.unity3d.com/Manual/visionOS.html
This wasted me a bunch of time until I found it by accident. Document it.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Resolution Note (fix version 0.3.3-exp.0):
UNITY_VISIONOS define has been documented in the 2022.3 Unity Manual