feat: support asset bundle

This commit is contained in:
2026-05-15 16:45:58 +08:00
parent f34145d4cf
commit 0823328d99
27 changed files with 390 additions and 8 deletions
@@ -15,6 +15,9 @@ namespace OCES.Haptic
[Tooltip("Resources 子目录:触感资源文件(.haptic")]
public string hapticResourcePath = "Haptics/";
public bool useAssetBundle = false;
public string hapticBundlePath = "Bundles/haptics.ab";
public static HapticSettings Instance { get; internal set; }
}
}