C# Class Nordeus.Build.Builder

Afficher le fichier Open project: Nordeus/UnityBuildPipeline

Méthodes publiques

Méthode Description
Build ( BuildTarget parsedBuildTarget, string buildPath, MobileTextureSubtarget parsedTextureSubtarget = null ) : void

Builds the specified build target.

BuildAndroid ( string buildPath, MobileTextureSubtarget textureCompression = null ) : void

Builds an APK at the specified path with the specified texture compression.

BuildIos ( string buildPath ) : void

Builds an XCode project at the specified path.

Private Methods

Méthode Description
GetEnabledScenePaths ( ) : List

Returns a list of all the enabled scenes.

Method Details

Build() public static méthode

Builds the specified build target.
public static Build ( BuildTarget parsedBuildTarget, string buildPath, MobileTextureSubtarget parsedTextureSubtarget = null ) : void
parsedBuildTarget BuildTarget Build target to build.
buildPath string Output path for the build.
parsedTextureSubtarget MobileTextureSubtarget Texture compression subtarget for Android.
Résultat void

BuildAndroid() public static méthode

Builds an APK at the specified path with the specified texture compression.
public static BuildAndroid ( string buildPath, MobileTextureSubtarget textureCompression = null ) : void
buildPath string Path for the output APK.
textureCompression MobileTextureSubtarget If not null, will override the texture compression subtarget.
Résultat void

BuildIos() public static méthode

Builds an XCode project at the specified path.
public static BuildIos ( string buildPath ) : void
buildPath string Path for the XCode project.
Résultat void