Releases: ExtendRealityLtd/Tilia.Input.UnityInputManager
v1.2.0
v1.1.2
v1.1.1
1.1.1 (2019-12-02)
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 1.8.1 to 1.9.0 (aae56ac)
Bumps io.extendreality.zinnia.unity from 1.8.1 to 1.9.0. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] support@dependabot.com
v1.1.0
v1.0.5
1.0.5 (2019-11-27)
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 1.8.0 to 1.8.1 (196b645)
Bumps io.extendreality.zinnia.unity from 1.8.0 to 1.8.1. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] support@dependabot.com
v1.0.4
1.0.4 (2019-11-07)
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 1.7.0 to 1.8.0 (193d120)
Bumps io.extendreality.zinnia.unity from 1.7.0 to 1.8.0. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] support@dependabot.com
v1.0.3
1.0.3 (2019-11-07)
Bug Fixes
- HowToGuides: provide correct package name in installation guide (dcc6ae2)
The package name does not include dots and therefore should be written without any dot separators.
- Prefabs: provide correct axis number for oculus controller (09cd8d6)
The axis number used on the Oculus Controller was incorrect and therefore causing the incorrect output when a different part of the controller was interacted with. This has now been rectified.
v1.0.2
v1.0.1
1.0.1 (2019-11-06)
Bug Fixes
- structure: add missing .meta file (a4ab10d)
The CHANGELOG.md file is automatically created by the CI+CD system and therefore does not exist for Unity to create the .meta file for it until the release has occurred.
This fix manually adds in the missing .meta file.
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 1.6.0 to 1.7.0 (352f79c)
Bumps io.extendreality.zinnia.unity from 1.6.0 to 1.7.0. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] support@dependabot.com
v1.0.0
1.0.0 (2019-11-05)
Features
- structure: create initial prefab and user guides (69084ca)
The structure of the repository has been created with all the required files for the package, the prefab and the documentation.
Bug Fixes
- package: add Editor directory to package include files (c11ad4f)
The Editor directory should also be inlcuded in the package for a successful build.