io.extendreality.tilia.camerarigs.xrpluginframework.unity
Advanced tools
Comparing version 1.0.1 to 1.1.0
# Changelog | ||
## [1.1.0](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.XRPluginFramework.Unity/compare/v1.0.1...v1.1.0) (2021-04-07) | ||
#### Features | ||
* **Utility:** add prefab creator ([7aa6aff](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.XRPluginFramework.Unity/commit/7aa6aff37a4b3157e0166128584a0f615e13c676)) | ||
> The latest version of Zinnia has the basis of a prefab creator that can be used to enable easy adding of prefabs to a scene without needing to drag and drop from directories. Instead a new menu item is added for quickly adding prefabs. The guide has been updated to accommodate this and the FodyWeavers.xml is now located in the root to serve both the Runtime and Editor scripts. | ||
#### Bug Fixes | ||
* **FodyWeavers:** add missing weaver file ([baa84f8](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.XRPluginFramework.Unity/commit/baa84f8555b42e7d9eedd1ea329aa95acc7bb2d3)) | ||
> Whilst there is no definite need for a Fody Weaver file in this repo, it is worth adding it for consistency with other repos that have code. | ||
* **package.json:** add missing reference to Editor directory ([1981c9b](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.XRPluginFramework.Unity/commit/1981c9b410a29bc5a05f06065c0da8cfd66eca3f)) | ||
> The build will fail without referencing this new Editor directory so it has now been added to the package. | ||
### [1.0.1](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.XRPluginFramework.Unity/compare/v1.0.0...v1.0.1) (2021-03-31) | ||
@@ -4,0 +18,0 @@ |
@@ -21,6 +21,4 @@ # Adding A Unity XRPluginFramework CameraRig | ||
Expand the `Tilia CameraRigs XRPluginFramework Unity` package directory in the Unity Project window and select then `Packages -> Tilia CameraRigs XRPluginFramework Unity -> Runtime -> Prefabs` directory then drag and drop the `CameraRigs.UnityXRPluginFramework` prefab into the Unity Hierarchy window. | ||
Add a `CameraRigs.UnityXRPluginFramework` prefab to the Unity project hierarchy by selecting `GameObject -> Tilia -> Prefabs -> CameraRigs -> CameraRigs.UnityXRPluginFramework` from the Unity main top menu. | ||
![Adding Prefab To Scene](assets/images/AddingPrefabToScene.png) | ||
### Step 2 | ||
@@ -27,0 +25,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "A camera rig prefab utilizing the XR Plugin Framework for the Unity software.", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"unity": "2019.3", | ||
@@ -32,3 +32,3 @@ "unityRelease": "0f1", | ||
"dependencies": { | ||
"io.extendreality.zinnia.unity": "1.33.0", | ||
"io.extendreality.zinnia.unity": "1.34.1", | ||
"com.unity.xr.management": "4.0.1" | ||
@@ -43,4 +43,5 @@ }, | ||
"Runtime", | ||
"Editor", | ||
"docfx.json" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36
123104
+ Addedio.extendreality.zinnia.unity@1.34.1(transitive)
- Removedio.extendreality.zinnia.unity@1.33.0(transitive)