Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

XRTK-Core 0.1.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@XRTK-Build-Bot XRTK-Build-Bot released this 07 May 17:34

Release Notes

Requirements

  • Unity 2019.1.1f1 or later
  • Microsoft Visual Studio 2017
  • Windows 10 1803 or later
  • Windows SDK 10.0.17134 or later

Import via Unity Package Manager (upm)

Find Packages/manifest.json in your project and edit the dependencies to include:

{
  "dependencies": {
    "com.xrtk.core": "https://github.com/XRTK/XRTK-Core.git#0.1.10",
    ...
  },
}

Importing the asset directly into your project

  1. Download the release asset unity package
  2. Import unity package directly into your project by dragging and dropping the file into your project window

Changes:

  • 69f4126 bumped editor version and package version (#161)
  • b896002 No longer require the service locator to configure profiles (#157)
  • a23dfa4 Set nearclip plane for UI raycasting (#153)
  • d4be873 docfx build 0.1.9@f2a9ee1c6fed19795bc3b11395b6e0aa4e11e09f
  • a781d51 Updated version to 0.1.9
  • 2a1889e Dev focus update port (#149)
  • df8d010 Fixed some issues with the controller popup window (#151)
  • bb8a551 even better if no cache required (#150)
  • 17e7e66 bumped version number to 0.1.8
  • 9c0e0db cleaned up Vector2 interaction mapping with faster code (#142)
See more
  • d338896 ported some standard shader changes and added tmpro shader variant (#141)
  • f02fcc2 Set package settings immediately if created (#140)
  • 78399bf Fixed inverted change check for vector2 interaction mapping (#138)
  • 2bcb578 Fixed an issue where link validation was failing (#137)
  • 07186e7 fixed finding absolute path for com.xrtk.core (#135)
  • 5207639 removed unused .npmignore (#134)
  • b75aa57 docfx build 0.1.5@701699fa0c03ea2f9a71347c7ca057425f3d8474
  • 6fdf27a docfx build 0.1.5@c6c9f3309939c9aded352d7430d2dc9c5f883e5e
  • 34236de Better package management (#132)
  • 0b13d3f Fixed an issue with save scene prompt not showing up properly in configuration workflow

This list of changes was auto generated.