Skip to content

ulaph/MobileHapticsForUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobileHapticsForUnity

Haptics Plugin for Unity that runs on iOS and Android.

Install with UPM

Add package from git URL at PackageManager window.

https://github.com/ulaph/MobileHapticsForUnity.git?path=Assets/MobileHapticsForUnity

or add

"com.ulaph.mobile-haptics-for-unity": "https://github.com/ulaph/MobileHapticsForUnity.git?path=Assets/MobileHapticsForUnity"

to Packages/manifest.json

Usage

Please choose from Light, Medium, Heavy impact feedback style.

using MobileHapticsForUnity;

Haptics.Impact(ImpactFeedbackStyle.Light);

About

Mobile haptics native plugin and wrapper for Unity.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published