Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #170 from bhaptics/1.5.8
Browse files Browse the repository at this point in the history
Change document
  • Loading branch information
SanghunK authored Jun 2, 2021
2 parents e0fd720 + 1d21b51 commit d650bca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
Binary file modified samples/unity-plugin/Assets/Bhaptics/README.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public class BhapticsConfig : ScriptableObject
public BhapticsAndroidManager AndroidManagerPrefab;


// If you set it true, you don't need to define permissions and external bhaptics player will be required.
[Tooltip("If you set it true, you don't need to define permissions and external bHaptics VR Player(beta) on SideQuest will be required.")]
public bool UseOnlyBackgroundMode = false;
}
4 changes: 4 additions & 0 deletions samples/unity-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unity plugin 1.5.8(Jun 2th, 2021.)
* Update: Add the option to use the bHapticsVRPlayer on SideQuest(beta)
* Fix: Fix minor issues including CPU usage issue

## Unity plugin 1.5.7(May 4th, 2021.)
* Fix: Fix connection issue
* Fix: scanning when there is no permission
Expand Down
5 changes: 3 additions & 2 deletions samples/unity-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unity plugin
* This project will help integrate bHaptics' haptic devices into Unity environments.
* Current version is 1.5.7
* Current version is 1.5.8
```
## Unity SDK Migration Guide 1.5.* to 1.5.7
* The *.aar files are no longer contains a version.(ex: bhaptics_ble.aar, bhaptics_commons.aar)
Expand All @@ -18,6 +18,7 @@
`Or`

* [Download the package file](https://github.com/bhaptics/haptic-library/releases), then import it into your Unity Project
* If you don't want to define permissions on Android, [Download bHaptics VR Player(beta) on SideQuest](https://sidequestvr.com/app/3165/bhaptics-vr-player).


## Documentation
Expand All @@ -28,6 +29,6 @@
* [Migration guide](https://github.com/bhaptics/haptic-library/wiki/Unity-Migration-Guide)


##### Last update of README.md: Apr 30th, 2021.
##### Last update of README.md: Jun 02th, 2021.

##### Copyright 2017~21 bHaptics Inc.

0 comments on commit d650bca

Please sign in to comment.