Skip to content

Latest commit

 

History

History
359 lines (210 loc) · 33.8 KB

File metadata and controls

359 lines (210 loc) · 33.8 KB

Changelog

2.1.14 (2024-09-28)

Miscellaneous Chores

2.1.13 (2024-05-11)

Miscellaneous Chores

2.1.12 (2024-04-17)

Miscellaneous Chores

2.1.11 (2023-07-10)

Miscellaneous Chores

2.1.10 (2023-07-08)

Miscellaneous Chores

2.1.9 (2023-07-05)

Miscellaneous Chores

2.1.8 (2023-05-06)

Miscellaneous Chores

2.1.7 (2023-05-02)

Miscellaneous Chores

2.1.6 (2023-04-16)

Miscellaneous Chores

2.1.5 (2023-04-03)

Miscellaneous Chores

2.1.4 (2023-03-28)

Miscellaneous Chores

2.1.3 (2023-03-21)

Miscellaneous Chores

2.1.2 (2023-03-16)

Miscellaneous Chores

2.1.1 (2023-03-13)

Miscellaneous Chores

2.1.0 (2023-03-11)

Features

  • DeviceDetails: add defaults for passthrough camera details (3c16e7f)

    The DeviceDetailsRecord now supports passthrough camera options and therefore anything that derrives from that needs to implement the base interfaces even if they don't support camera passthrough yet.

2.0.7 (2023-02-22)

Miscellaneous Chores

2.0.6 (2023-02-19)

Miscellaneous Chores

2.0.5 (2023-02-08)

Miscellaneous Chores

2.0.4 (2022-06-16)

Miscellaneous Chores

2.0.3 (2022-05-20)

Miscellaneous Chores

2.0.2 (2022-05-09)

Miscellaneous Chores

2.0.1 (2022-04-28)

Miscellaneous Chores

2.0.0 (2022-04-28)

⚠️ BREAKING CHANGES ⚠️

  • Malimbe: This removes the last remaining elements of Malimbe and whilst it does not cause any breaking changes within this package, it removes Malimbe as a dependency which other projects that rely on this package may piggy back off this Malimbe dependency so it will break any project like that.

All of the previous functionality from Malimbe has been replicated in standard code without the need for it to be weaved by the Malimbe helper tags. (96406d3)

Features

  • Malimbe: remove malimbe dependency (96406d3)

1.5.2 (2022-03-15)

Miscellaneous Chores

1.5.1 (2022-03-15)

Miscellaneous Chores

1.5.0 (2022-03-02)

Features

  • package.json: add information urls to package (cd87a27)

    The changelog, documentation and license url has been added to the package.json as these are used within the Unity package manager.

1.4.1 (2022-02-14)

Miscellaneous Chores

1.4.0 (2022-02-07)

Features

  • XRFrameworkNodeRecord: simplify record by extending base class (cd75453)

    The XRFrameworkNodeRecord now extends the BaseDeviceDetailsRecord which handles many of the core functions so this class can be simplified.

1.3.1 (2022-02-05)

Miscellaneous Chores

1.3.0 (2022-01-26)

Features

  • XRFrameworkNodeRecord: add battery status for headset (3206d27)

    The battery status now reports the headset battery status from the default SystemInfo class.

1.2.0 (2022-01-20)

Features

  • prefab: add device details about headset and controllers (dc1d3f4)

    The new DeviceDetailsRecord has been extended into the XRFrameworkNodeRecord that provide information about a UnityXR Node device and this is now stored on the prefab so it is easily available at runtime.

    The DominantControllerObserver has also been added to the prefab to make it easier to determine the current dominant controller.

1.1.14 (2022-01-17)

Miscellaneous Chores

1.1.13 (2022-01-13)

Miscellaneous Chores

1.1.12 (2022-01-13)

Miscellaneous Chores

1.1.11 (2022-01-12)

Miscellaneous Chores

1.1.10 (2022-01-03)

Miscellaneous Chores

1.1.9 (2021-12-03)

Miscellaneous Chores

1.1.8 (2021-07-21)

Miscellaneous Chores

1.1.7 (2021-07-19)

Miscellaneous Chores

1.1.6 (2021-06-24)

Miscellaneous Chores

1.1.5 (2021-06-19)

Miscellaneous Chores

1.1.4 (2021-06-10)

Miscellaneous Chores

1.1.3 (2021-05-09)

Miscellaneous Chores

1.1.2 (2021-05-03)

Miscellaneous Chores

1.1.1 (2021-04-12)

Bug Fixes

  • README.md: provide correct badge links (2e98c34)

    The badge links were incorrect causing the badges to not display.

1.1.0 (2021-04-07)

Features

  • Utility: add prefab creator (7aa6aff)

    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)

    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)

    The build will fail without referencing this new Editor directory so it has now been added to the package.

1.0.1 (2021-03-31)

Miscellaneous Chores

1.0.0 (2021-03-31)

Features

  • structure: add prefab and base documentation (b179d8e)

    The base XR Plugin Framework camera rig prefab has been added along with the required base documentation.