Adding SimpleButton + demo scene - #635
Conversation
AMollis
left a comment
There was a problem hiding this comment.
Can you please share some screen shots of the new scenes?
There was a problem hiding this comment.
Since you added a new feature please make sure the minor versions of 'uxcomponents' and 'standardassets' have been updated since the last release (https://github.com/orgs/MixedRealityToolkit/discussions/640).
It looks like 'standardassets' version needs to be updated from 3.0.2 to 3.1.0; edit 'standassets' package.json and CHANGELOG.md.
It looks like `uxcomponents' version is good (min version already update), but you need to update the dependency version in 'uxcompoents' to the latest 'standardassets' version:
Also the fonts in the screenshot looks off. Can you make sure it's using the same font and size as the "Action Button"
… all SimpleButton fonts the same size as ActionButton
Done in latest commit. |
…ming demo scene, adding new Editor's MenuItem option
AMollis
left a comment
There was a problem hiding this comment.
Please add an "MRTK Issue" to add "StateVisualizer" to the new "Simplified Button"







The SimpleButton structure is inspired in Mesh's MasterButtonRoot which is a simplified version of MRTK3's Action Button. Note: Materials (including shaders) are those existing in MRTK3 or its associated packages.