Click or drag to resize

AssetBundleServiceGetAssetBundleStreamingAssetsPath Method

Returns the folder path of the asset bundle streaming assets folder 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 GetAssetBundleStreamingAssetsPath()

Return Value

Type: String
See Also