Changelog

The format is based on Keep a Changelog.

[3.4.0] - 2025-11-12

Added

  • Added touch support for the NonNativeKeyboard. PR #655

Fixed

  • Changed PressableButton_Custom_Cylinder using Default-Material to MRTK_Standard_White instead. PR #740
  • Updated dependencies to match Unity Asset Store packages. PR #1054
    • com.microsoft.mrtk.graphicstools.unity 0.8.0
    • org.mixedrealitytoolkit.standardassets 3.2.1

[3.3.0] - 2024-06-13

Added

  • Added proximity-hover dynamic Frontplates functionality (Moved from Experimental to Release). PR #712
  • Added unified font atlas and updated corresponding fonts and their materials. PR #700

Fixed

  • Reduced package description to support for UPM package publishing in the Unity Asset Store.

[3.2.0] - 2024-03-20

Added

  • Added Empty, Action, Action with Checkbox, and ToggleSwitch Experimental buttons prefabs PR #649
  • Added corresponding MenuItems for use in Editor Tools PR #649
  • Added CanvasUITearsheetDynamicFrontplate scene PR #649
  • Added SimpleButton + demo scene PR #635

Fixed

  • Fixed support for UPM package publishing in the Unity Asset Store. PR #519
  • Fixed Bug #643 - Experimental SimpleEmptyButton and SimpleActionButton prefabs have missing “See It Say It Label” GameObject reference PR #646
  • Auto disable button’s colliders when StatefulInteractable is disabled PR #626