feat: support asset bundle

This commit is contained in:
2026-05-15 16:45:58 +08:00
parent 8a0ad07a2a
commit 2cec127e31
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; }
}
}