feat: add Lofelt Nice Vibrations haptic system integration

- Import Lofelt SDK
- Update Unity TextMesh Pro package to 3.0.9
This commit is contained in:
2026-04-09 11:37:05 +08:00
parent 11ff11cd4e
commit 76eb9e2f7a
70 changed files with 3935 additions and 2 deletions
@@ -0,0 +1,12 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace OCES.Haptic
{
public class HapticSystem : MonoBehaviour
{
}
}