C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Setup ( BuildTarget target ) : void

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

Приватные методы

Метод Описание
SetupAndroid ( ) : void
SetupIos ( ) : void

Описание методов

Setup() публичный статический Метод

Setups player settings with the specified pretty version and build number.
public static Setup ( BuildTarget target ) : void
target BuildTarget
Результат void