A few people have asked how to implement a pressable button with a toggle state. We should make a prefab that people can use that's a toggle version of HoloLens2PressableButton. The button would be ...
1. Setting up the actual progress bar. In the Prefabs folder, you'll notice there's a CircularProgressBar prefab. This is the icon that will appear over the button while it's being held down. While ...