You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
Hi, i was using bHaptics vest to develop my game when I encounter this issue when the game is built where BhapticsLogger make a reference to a non-existent folder which makes haptics unusuable in build.
Fallback handler could not load library ....(Game folder)/(Data folder)/Mono/haptic_library
Fallback handler could not load library...(Game folder)/(Data folder)/Mono/haptic_library.dll
after digging it further i found that Bhapticmanager could not locate haptic_library despite the file exist in the different location
I did check the dll files themselves and both of them are checked. However, i did find a rough fix for the issue which is manually generate the mono folder and put the library file there. A bit of a scuff fix if you need to keep track of build version but it gets the job done.
Hi, i was using bHaptics vest to develop my game when I encounter this issue when the game is built where BhapticsLogger make a reference to a non-existent folder which makes haptics unusuable in build.
Fallback handler could not load library ....(Game folder)/(Data folder)/Mono/haptic_library
Fallback handler could not load library...(Game folder)/(Data folder)/Mono/haptic_library.dll
after digging it further i found that Bhapticmanager could not locate haptic_library despite the file exist in the different location
[bhaptics] BhapticsManager.cs - GetHaptic() / haptic_library
The haptic is working just fine in editor mode
ps. the first few part of the directory are intentionally editted by myself.
The game was built using Unity 2019.3.8f1
The text was updated successfully, but these errors were encountered: