Skip to content

Commit 98fe7dd

Browse files
author
Unity Technologies
committed
com.unity.xr.visionos@0.1.3
# Changelog All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ### This is the first release of *Unity Package Apple visionOS XR Plugin*. *Provides XR support for visionOS*
1 parent 178b2a3 commit 98fe7dd

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

Editor/BuildPostProcessor.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ void FilterXcodeProj(string outputPath)
4747
pbx.AddFrameworkToProject(pbx.GetUnityFrameworkTargetGuid(), "CompositorServices.framework", false);
4848
pbx.AddFrameworkToProject(pbx.GetUnityFrameworkTargetGuid(), "ARKit.framework", false);
4949
pbx.SetBuildProperty(pbx.GetUnityMainTargetGuid(), "SWIFT_VERSION", "5.0");
50+
pbx.UpdateBuildProperty(pbx.GetUnityMainTargetGuid(), "OTHER_LDFLAGS", new []{"-Wl,-ld64"}, null);
51+
pbx.UpdateBuildProperty(pbx.GetUnityFrameworkTargetGuid(), "OTHER_LDFLAGS", new []{"-Wl,-ld64"}, null);
5052
pbx.AddFile(outputPath + "/" + configHeader, configHeader);
5153
pbx.RemoveFile(pbx.FindFileGuidByProjectPath("MainApp/main.mm"));
5254

Runtime/visionos.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/visionos/arm64.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.

Runtime/visionos/arm64/UnityVisionOS.a.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
{
22
"name": "com.unity.xr.visionos",
33
"displayName": "Apple visionOS XR Plugin",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"unity": "2022.3",
66
"unityRelease": "5f1",
77
"description": "Provides support for Apple visionOS XR features. This includes build post-processing code and the following subsystem implementations:\n - XRSessionSubsystem\n - XRDisplaySubsystem\n - XRInputSubsystem\n - XRMeshSubsystem\n - XRPlaneSubsystem\n - XRImageTrackingSubsystem\n - XRAnchorSubsystem\n - XRHandSubsystem",
8+
"keywords": [
9+
"xreditorsubsystem"
10+
],
811
"dependencies": {
912
"com.unity.xr.arfoundation": "5.0.6",
1013
"com.unity.xr.management": "4.3.3"
1114
},
1215
"upmCi": {
13-
"footprint": "b200476f76ff132678a106a1fbb6fa2b2e8809bd"
16+
"footprint": "ee89154e641a3d1e14aa2226f2cf5c1e340f7e64"
1417
},
1518
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.xr.visionos@0.1/manual/index.html",
1619
"repository": {
1720
"url": "https://github.cds.internal.unity3d.com/unity/xr.sdk.visionos.git",
1821
"type": "git",
19-
"revision": "692e6b920efbc15937e469dd8ac7bd2d31b8552d"
22+
"revision": "6f85e02623300836b4fb251e7545bb75afe9b3e5"
2023
}
2124
}

0 commit comments

Comments
 (0)