Search Issue Tracker
Fixed in 4.0.9
Votes
0
Found in [Package]
4.0.8
Issue ID
1276935
Regression
No
[ARKit] ARObject importer can fail to import assets when the host machine does not use periods for floating point decimals
This affects object tracking in ARFoundation's implementation of ARKit. The ARObject importer parses floating point numbers from a plist, which currently uses the host machine's region settings. For example, European machines may expect 3,1415 instead of 3.1415.
See also https://github.com/Unity-Technologies/arfoundation-samples/issues/597
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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note (fix version 4.0.9):
Fixed in com.unity.xr.arkit 4.0.9 and 4.1.0-preview.9