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.
파일 보기 프로젝트 열기: Nordeus/UnityBuildPipeline 1 사용 예제들

공개 메소드들

메소드 설명
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