Releases: ExtendRealityLtd/Tilia.Interactions.SpatialButtons.Unity
v1.2.11
v1.2.10
v1.2.9
1.2.9 (2021-03-29)
Miscellaneous Chores
- deps: bump io.extendreality.tilia.indicators.spatialtargets.unity (ba85564)
Bumps io.extendreality.tilia.indicators.spatialtargets.unity from 1.5.9 to 1.5.10. - Release notes - Changelog - Commits
Signed-off-by: dependabot[bot] [email protected]
v1.2.8
1.2.8 (2021-03-29)
Miscellaneous Chores
- deps: bump io.extendreality.tilia.indicators.spatialtargets.unity (8d144fe)
Bumps io.extendreality.tilia.indicators.spatialtargets.unity from 1.5.8 to 1.5.9. - Release notes - Changelog - Commits
Signed-off-by: dependabot[bot] [email protected]
v1.2.7
1.2.7 (2021-03-03)
Miscellaneous Chores
- deps: bump io.extendreality.tilia.indicators.spatialtargets.unity (98df8ff)
Bumps io.extendreality.tilia.indicators.spatialtargets.unity from 1.5.7 to 1.5.8. - Release notes - Changelog - Commits
Signed-off-by: dependabot[bot] [email protected]
v1.2.6
1.2.6 (2021-03-03)
Miscellaneous Chores
- deps: bump io.extendreality.tilia.indicators.spatialtargets.unity (19c9f1a)
Bumps io.extendreality.tilia.indicators.spatialtargets.unity from 1.5.6 to 1.5.7. - Release notes - Changelog - Commits
Signed-off-by: dependabot[bot] [email protected]
v1.2.5
1.2.5 (2021-02-27)
Miscellaneous Chores
- deps: bump io.extendreality.tilia.indicators.spatialtargets.unity (741013f)
Bumps io.extendreality.tilia.indicators.spatialtargets.unity from 1.5.5 to 1.5.6. - Release notes - Changelog - Commits
Signed-off-by: dependabot[bot] [email protected]
v1.2.4
1.2.4 (2021-02-27)
Miscellaneous Chores
- deps: bump io.extendreality.tilia.indicators.spatialtargets.unity (add33d4)
Bumps io.extendreality.tilia.indicators.spatialtargets.unity from 1.5.4 to 1.5.5. - Release notes - Changelog - Commits
Signed-off-by: dependabot[bot] [email protected]
v1.2.3
1.2.3 (2021-02-07)
Bug Fixes
- prefabs: force apply TextMeshPro styles when state is enabled (bfb0f88)
There is an issue in later versions of Unity where if the TextMeshPro component is not enabled in the scene then it does not apply the state styles to the TextMeshPro component. This fix uses a BehaviourEnabledObserver to check to see whtn the TextMeshPro for each style is enabled and then force applies the styles.
v1.2.2
1.2.2 (2021-02-06)
Bug Fixes
- prefabs: allow option group buttons to be touched on and off (8a9d091)
There was an issue where Option buttons would not toggle each other on and off because the Select action was going through the SpatialTarget and an Option group needs the Spatial Dispatcher to dispatch the Select action so it knows which other buttons to dispatch the Deselect action to.
The SpatialButton.OptionButton prefab now uses the SpatialButtonConfigurator Select action as this goes through the correct dispatcher when dealing with button groups.