C# Class Nordeus.Build.BundleVersionResolver

Sets up the appropriate player settings to properly represent the game version and build number for different platforms and versions of Unity.
Afficher le fichier Open project: Nordeus/UnityBuildPipeline Class Usage Examples

Méthodes publiques

Méthode Description
Setup ( BuildTarget target ) : void

Setups player settings with the specified pretty version and build number.

Private Methods

Méthode Description
SetupAndroid ( ) : void
SetupIos ( ) : void

Method Details

Setup() public static méthode

Setups player settings with the specified pretty version and build number.
public static Setup ( BuildTarget target ) : void
target BuildTarget
Résultat void