forked from BenoitFreslon/Vibration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Chore] Added Samples folder with a scene example
Also: - package.json and Vibration.asmdef changes and sync with the forked [master] branch
- Loading branch information
1 parent
e8457fd
commit 6af29c6
Showing
8 changed files
with
32 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
{ | ||
"name": "com.benoitfreslon.unity.vibrations", | ||
"displayName": "Mobile Vibration", | ||
"name": "com.benoitfreslon.vibration", | ||
"author": "Benoit Freslon, AminSojoudi, SH42913", | ||
"displayName": "Vibration", | ||
"description": "Native free plugin for Unity for iOS and Android. Use custom vibrations on mobile.", | ||
"unity": "2019.3", | ||
"version": "0.0.4", | ||
"unity": "2017.4", | ||
"author": { | ||
"name": "Benoit Freslon", | ||
"url": "https://benoitfreslon.com" | ||
"keywords": [], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/BenoitFreslon/Vibration" | ||
}, | ||
"description": "Native plugin for Unity for iOS and Android. Use custom vibrations and haptics on mobile.", | ||
"dependencies": {}, | ||
"repository": {} | ||
"samples": [ | ||
{ | ||
"displayName": "Vibration Example", | ||
"description": "A basic scene with vibration example", | ||
"path": "Samples~/VibrationExample" | ||
} | ||
] | ||
} |