-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.0.1] - 2024-04-01 ### Changed
- Loading branch information
Unity Technologies
committed
Apr 1, 2024
1 parent
b86e43f
commit 65882b5
Showing
7 changed files
with
67 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"ErrorExceptions": [ | ||
{ | ||
"ValidationTest": "Package Unity Version Validation", | ||
"ExceptionMessage": "The Unity version requirement is more strict than in the previous version of the package. Increment the minor version of the package to leave patch versions available for previous version. Read more about this error and potential solutions at https://docs.unity3d.com/Packages/com.unity.package-validation-suite@latest/index.html?preview=1&subfolder=/manual/package_unity_version_validation_error.html#the-unity-version-requirement-is-more-strict-than-in-the-previous-version-of-the-package", | ||
"PackageVersion": "6.0.1" | ||
} | ||
], | ||
"WarningExceptions": [] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "com.unity.xr.arkit", | ||
"displayName": "Apple ARKit XR Plugin", | ||
"version": "6.0.0-pre.8", | ||
"unity": "2023.3", | ||
"version": "6.0.1", | ||
"unity": "6000.0", | ||
"description": "Provides native Apple ARKit integration for use with Unity's multi-platform XR API.\nSupports the following features:\n-Efficient Background Rendering\n-Horizontal Planes\n-Depth Data\n-Anchors\n-Hit Testing\n-Face Tracking\n-Environment Probes\n-Meshing\n-Occlusion\n\n* Apple and ARKit are trademarks of Apple Inc., registered in the U.S. and other countries and regions.", | ||
"keywords": [ | ||
"arkit", | ||
|
@@ -13,20 +13,20 @@ | |
], | ||
"dependencies": { | ||
"com.unity.editorcoroutines": "1.0.0", | ||
"com.unity.xr.arfoundation": "6.0.0-pre.8", | ||
"com.unity.xr.arfoundation": "6.0.1", | ||
"com.unity.xr.core-utils": "2.2.2", | ||
"com.unity.xr.management": "4.4.0" | ||
}, | ||
"_upm": { | ||
"changelog": "### Changed\n\n- Changed AR Foundation dependency version from 6.0.0-pre.7 to 6.0.0-pre.8." | ||
"changelog": "### Changed\n\n- Changed AR Foundation dependency version from 6.0.0-pre.8 to 6.0.1.\n- Changed the minimum Unity version from 2023.3 to 6000.0, reflecting the new version number of Unity 6. Refer to the official [Unity 6 New Naming Convention](https://forum.unity.com/threads/unity-6-new-naming-convention.1558592/) announcement for more information.\n\n### Fixed\n\n- Fixed an issue where the tvOS build target would have compile errors in `ARKit.InputLayoutLoader`." | ||
}, | ||
"upmCi": { | ||
"footprint": "20089698e4f1c24807c35e6b53d1007d3a3097b3" | ||
"footprint": "af4737e4c7e8cc7ab170a0be4a8288053c08d8d7" | ||
}, | ||
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html", | ||
"repository": { | ||
"url": "https://github.cds.internal.unity3d.com/unity/arfoundation.git", | ||
"type": "git", | ||
"revision": "5114dc3da5fd97fe3fc289900d3d7333d8f21762" | ||
"revision": "ab1d4a9449006f78f8ac4b3cd32ab363fbd763c3" | ||
} | ||
} |