feat: support asset bundle
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user