We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c4416 commit b2f3eb4Copy full SHA for b2f3eb4
1 file changed
TutorialSystem/Manager/UIButton.cs
@@ -74,13 +74,6 @@ private IEnumerator DestroyCanvasAfterFrame()
74
75
void Click()
76
{
77
- SoundManager.instance.PlaySound(clickSound);
78
- if (useVibration)
79
- {
80
- if (!SoundManager.instance.IsHapticsOff())
81
- { HapticFeedback.LightFeedback(); }
82
- }
83
-
84
if (isFocused)
85
86
FindAnyObjectByType<UITutorialManager>().OnFocusedButtonClicked(buttonID);
0 commit comments