Click or drag to resize

AssetBundleServiceGetRelativeStreamingResourcePath Method

Gets the relative path inside the streaming assets folder for this asset bundle file

Namespace:  ImmerseSDK.AssetBundles
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static string GetRelativeStreamingResourcePath(
	string assetBundle,
	AssetBundleConfiguration config,
	RuntimePlatform platform
)

Parameters

assetBundle
Type: SystemString
config
Type: ImmerseSDK.AssetBundlesAssetBundleConfiguration
platform
Type: RuntimePlatform

Return Value

Type: String
See Also