-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Haptic clip doesn't work. #25
Comments
Thanks for reaching out Achard, and thanks for the detailed description.
I hope this helps to narrow down the rootcause, but please don't hesitate to share your findings in here and we'll take it from there. Best |
Hello, my main problem is I need to work with IOS and android and ı have to use my own .haptic files for different vibrations because of that I created my own .haptic files and imported on the game. I do not know how can I use when I created my haptic files I just add a .wav file and import as a .haptic file. Earlier I mentioned I need to work with all mobile devices and I need to know how can I did that ? Is my .haptic files the problem or am I need to use presets? Here is my .haptic and .wav files => https://drive.google.com/drive/folders/1bBytw5IhqtKBQ2aWUIe0PRBkh42nUbks?usp=share_link |
Or am I any chance to use same haptics for android and IOS for custom vibrations. Like giving some power (haptic) and duration for the vibrations. If I dont have a chance to use same system how can I use vibrations on Android devices. Like I know we can use presets for android but how can I used my own presets its looks like to static and I do not get how ı can create my own presets |
Bug report
Checklist
Environment
<Describe your dev environment here, giving as many details as possible. If you have them, make sure to include>
I am working on a mobile game company that makes puzzle casual games.
Steps to Reproduce
<What are the steps necessary to reproduce this issue?>
I download the Meta Haptics Studio to convert .wav file to .haptic file when I finished that I imported .haptic files to my unity to see how it worked. I changed the clips that on the NiceVibrationsDemo scene page 3. (Haptic clips demo manager script) I changed the audio and the haptic clips. And than I build the game, in the build audio clips are changed I can hear that but haptic clips are the same on multiple devices (Xiaomi mi9t, huawei p20, samsung galaxy a23)
I logged the HapticController Play(HapticClip clip) function. Clips are changing so I am not getting the same clips.
Expected behavior
<What do you expect to happen?>
Clips needs to haptic different but all the 9 buttons are same haptic.
Code Samples & Details
<Please provide a code sample if necessary, as well as any additional details, to help us track down the issue.>
I used the Haptic Clips Demo Manager script. Just changed clips on the editor.
The text was updated successfully, but these errors were encountered: