Files
HapticSystem/Assets/Scripts/Lofelt/NiceVibrations/Components/Resources/nv-constant-template.txt
T
Oliver 76eb9e2f7a feat: add Lofelt Nice Vibrations haptic system integration
- Import Lofelt SDK
- Update Unity TextMesh Pro package to 3.0.9
2026-04-09 11:37:05 +08:00

34 lines
786 B
Plaintext

{
"version": {
"major": 1,
"minor": 0,
"patch": 0
},
"signals": {
"continuous": {
"envelopes": {
"amplitude": [
{
"time": 0.0,
"amplitude": 1.0
},
{
"time": {duration},
"amplitude": 1.0
}
],
"frequency": [
{
"time": 0,
"frequency": 0.0
},
{
"time": {duration},
"frequency": 0.0
}
]
}
}
}
}