Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

io.extendreality.tilia.camerarigs.unityxr

Package Overview
Dependencies
Maintainers
3
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.extendreality.tilia.camerarigs.unityxr - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

7

CHANGELOG.md
# Changelog
## [1.3.0](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/compare/v1.2.0...v1.3.0) (2020-07-07)
#### Features
* **Configurator:** add method to change tracking space in UnityEvent ([ddb8598](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/commit/ddb8598f31073f45d0c955a5ea3d8e74eb249f75))
> The TrackingSpaceType property can now be changed via a UnityEvent by calling the SetTrackingSpaceType method and passing in the int to represent the Enum value to change to.
## [1.2.0](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/compare/v1.1.7...v1.2.0) (2020-07-03)

@@ -4,0 +11,0 @@

21

Documentation/API/UnityXRConfigurator.md

@@ -17,2 +17,3 @@ # Class UnityXRConfigurator

* [OnEnable()]
* [SetTrackingSpaceType(Int32)]
* [Update()]

@@ -43,3 +44,3 @@ * [UpdateFixedDeltaTime()]

Automatically set the Unity Physics Fixed Timestep value based on the headset render frequency.
Automatically set the Unity Physics Fixed TimeStep value based on the headset render frequency.

@@ -92,2 +93,18 @@ ##### Declaration

#### SetTrackingSpaceType(Int32)
Sets [TrackingSpaceType].
##### Declaration
```
public virtual void SetTrackingSpaceType(int trackingSpaceTypeIndex)
```
##### Parameters
| Type | Name | Description |
| --- | --- | --- |
| System.Int32 | trackingSpaceTypeIndex | The index of the UnityEngine.XR.TrackingSpaceType. |
#### Update()

@@ -124,2 +141,3 @@

[TrackingSpaceType]: UnityXRConfigurator.md#TrackingSpaceType
[TrackingSpaceType]: UnityXRConfigurator.md#TrackingSpaceType
[Inheritance]: #Inheritance

@@ -135,4 +153,5 @@ [Namespace]: #Namespace

[OnEnable()]: #OnEnable
[SetTrackingSpaceType(Int32)]: #SetTrackingSpaceTypeInt32
[Update()]: #Update
[UpdateFixedDeltaTime()]: #UpdateFixedDeltaTime
[UpdateTrackingSpaceType()]: #UpdateTrackingSpaceType

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A camera rig prefab utilizing the UnityXR components.",
"version": "1.2.0",
"version": "1.3.0",
"unity": "2018.3",

@@ -8,0 +8,0 @@ "unityRelease": "10f1",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc