{"id":25686873,"url":"https://github.com/januarelsan/native-ios-hapticfeedback-unity","last_synced_at":"2026-05-15T18:08:40.750Z","repository":{"id":277684403,"uuid":"933053936","full_name":"januarelsan/Native-iOS-HapticFeedback-Unity","owner":"januarelsan","description":"Easily add native haptic feedback to your Unity games or apps using iOS's native haptic capabilities.","archived":false,"fork":false,"pushed_at":"2025-02-15T11:45:34.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T20:07:32.432Z","etag":null,"topics":["haptic-feedback","haptics","ios","native","plugin","unity","unity-package","unity3d"],"latest_commit_sha":null,"homepage":"https://januarelsan.com/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/januarelsan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-15T03:24:04.000Z","updated_at":"2025-02-15T11:45:37.000Z","dependencies_parsed_at":"2025-02-15T12:38:38.634Z","dependency_job_id":null,"html_url":"https://github.com/januarelsan/Native-iOS-HapticFeedback-Unity","commit_stats":null,"previous_names":["januarelsan/native-ios-hapticfeedback-unity"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/januarelsan%2FNative-iOS-HapticFeedback-Unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/januarelsan%2FNative-iOS-HapticFeedback-Unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/januarelsan%2FNative-iOS-HapticFeedback-Unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/januarelsan%2FNative-iOS-HapticFeedback-Unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/januarelsan","download_url":"https://codeload.github.com/januarelsan/Native-iOS-HapticFeedback-Unity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240549418,"owners_count":19819137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["haptic-feedback","haptics","ios","native","plugin","unity","unity-package","unity3d"],"created_at":"2025-02-24T20:07:35.356Z","updated_at":"2026-05-15T18:08:40.680Z","avatar_url":"https://github.com/januarelsan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Native iOS Haptic Feedback Unity\n\nEasily add native haptic feedback to your Unity games or apps using iOS's native haptic capabilities.  \n\nKey Features:\n- Simple setup and usage.\n- Support for different haptic styles (e.g., light, medium, heavy, rigid, soft, success, warning,error, selection).\n- Includes a **sample script** and a **demo scene** to get started quickly.\n\n## Instalation\n\nThere are 4 ways to install this plugin:\n\n- Open Package Manager and \"Add package from git url...\" using:\n  \n  `https://github.com/januarelsan/Native-iOS-HapticFeedback-Unity.git` \n- Import [Native-iOS-HapticFeedback.unitypackage](https://github.com/januarelsan/Native-iOS-HapticFeedback-Unity/releases) via Assets-Import Package\n- Clone/download this repository and move the Plugins folder to your Unity project's Assets folder\n- (Via Package Manager) add the following line to Packages/manifest.json:\n\n  `\"com.quasi.ioshapticfeedback\": \"https://github.com/januarelsan/Native-iOS-HapticFeedback-Unity.git\"`\n\n\n## Usage\n\n```csharp\nusing Quasi.HapticFeedback;\n```\n\n```csharp\nHapticFeedback.TriggerImpactHaptic(0); // Light\nHapticFeedback.TriggerImpactHaptic(1); // Medium\nHapticFeedback.TriggerImpactHaptic(2); // Heavy\nHapticFeedback.TriggerImpactHaptic(3); // Rigid\nHapticFeedback.TriggerImpactHaptic(4); // Soft\nHapticFeedback.TriggerNotificationHaptic(0); // Notification Success\nHapticFeedback.TriggerNotificationHaptic(1); // Notification Warning\nHapticFeedback.TriggerNotificationHaptic(2); // Notification Error\nHapticFeedback.TriggerSelectionHaptic(); // Selection\n```\n\n## Sample\nYou can import the sample to get started quickly.\n\n![How to Import Sample](sample.png)\n\n## Other Resources\nLearn how the haptic feel works [here](https://developer.apple.com/design/human-interface-guidelines/playing-haptics#Notification).\n\n## Contributing\nContributions are greatly appreciated to help improve this plugin.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanuarelsan%2Fnative-ios-hapticfeedback-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanuarelsan%2Fnative-ios-hapticfeedback-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanuarelsan%2Fnative-ios-hapticfeedback-unity/lists"}