Click or drag to resize

AssetBundleConfiguration Class

Asset bundle configuration
Inheritance Hierarchy
SystemObject
  ImmerseSDK.AssetBundlesAssetBundleConfiguration

Namespace:  ImmerseSDK.AssetBundles
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
[SerializableAttribute]
public class AssetBundleConfiguration

The AssetBundleConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodAssetBundleConfiguration
Initializes a new instance of the AssetBundleConfiguration class
Top
Fields
  NameDescription
Public fieldAssetBundleNames
AssetBundles in this project
Public fieldAssetBundlesToPackageForStandalone
AssetBundles to copy to streaming assets folder after they are built, and will not be downloaded
Public fieldAssetBundlesToPackageForWebGL
AssetBundles to copy to streaming assets folder after they are built, and will not be downloaded
Public fieldAssetBundleVersion
Version Number of the asset bundles. This is used for caching and in the url generation
Public fieldIsSecure
Should we use https or not?
Public fieldServer
Server address
Public fieldServerPath
Path on server to your asset bundles. This is made up of your company and product names in PlayerSettings by default
Top
See Also