> For the complete documentation index, see [llms.txt](https://profpivec.gitbook.io/documentation-and-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://profpivec.gitbook.io/documentation-and-tutorials/game-creator/mobile-components-for-game-creator/actions/haptics.md).

# Haptics

Haptics is a fancy word for Vibrations. However, with the latest levels of operating systems and top of the line mobile devices, the Vibrations can be varied in strength and sharpness, as well as length.

The following Actions have been included in the Asset.

| Action Name                       | Description                                              |
| --------------------------------- | -------------------------------------------------------- |
| **Vibrate Mobile**                | This Actions executes the standard Unity Vibrate Mobile  |
| **Mobile Default Patterns**       | Executes one of the Six standard Patterns                |
| **Custom Mobile Set Patterns**    | Set the Strength and Length and Repeat after an Interval |
| **Custom Mobile Varied Patterns** | Execute a Varied Pattern from an Animation Curve.        |

The **Mobile Default Patterns** will differ from device to device but will include the following:

* Warning
* Error
* Success
* Light Hit
* Medium Hit
* Heavy Hit

The **Custom Mobile Set Patterns** Action allows you to set the Strength of the Vibration, and the length of time it is played for. On iOS 133 and above, you can also set the sharpness. The Action allows you to repeat the Vibration and sets an interval after each repeat.

![](https://1680659799-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LauqCzuMnmk33t__Yp5%2F-MQXpT7_wJLRKRaTBztD%2F-MQXsoRCN26wGDGR51gf%2FScreenshot%202021-01-08%20174501.png?alt=media\&token=5d2e19c6-d889-4cd9-bf2f-dbd64503757f)

The **Custom Mobile Varied Patterns** Action allows you to set the Strength of the Vibration and the length of time from an Animation Curve. Click on the Animation curve to modify or create your own Custom pattern. This Action also allows you to repeat the Vibration and sets an interval after each repeat.

![](https://1680659799-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LauqCzuMnmk33t__Yp5%2F-MQXpT7_wJLRKRaTBztD%2F-MQXtMTUJzJxNak3iaJS%2FScreenshot%202021-01-08%20174718.png?alt=media\&token=21553ee5-26d8-4a0c-b9c4-98e62d052c4c)

Haptics should always be tested out on each of the target devices as they will differ for each model, manufacture, and software version.

For more information, see [Example 1 - Haptics](/documentation-and-tutorials/game-creator/mobile-components-for-game-creator/examples/example-1-haptics.md).
