Click or drag to resize

AssetBundleServiceGetAssetBundleConfigFilePath Method

Returns the file path of the asset bundle configuration file in your project. This can be used to automatically update it during builds or in Editor Scripts and tools if need be.

Namespace:  ImmerseSDK.AssetBundles
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static string GetAssetBundleConfigFilePath()

Return Value

Type: String
See Also