kr.seonghwan.project-builder
v1.1.1
Published
This package helps to build binary in various configuration.
Downloads
4
Maintainers
Readme
Project-Builder
벤치마크를 위해 여러 옵션으로 빌드를 수행해주는 간단한 도구입니다.
퍼포먼스 벤치마크 등을 위해 동일한 스크립트 기반의 여러 버전 빌드가 필요할 때 사용합니다.
Install
{
"dependencies": {
"kr.seonghwan.project-builder": "1.1.0"
}
}
{
"scopedRegistries": [
{
"name": "npm-seonghwan",
"url": "https://registry.npmjs.org",
"scopes": [
"kr.seonghwan"
]
}
]
}
API
public static void BuildPlayer(eBackendType backend, eBuildType buildType, eShippingType shippingType)
internal enum eBackendType
{
MONO,
IL2CPP,
IL2CPP_SOLUTION,
}
internal enum eShippingType
{
RELEASE,
DEVELOPMENT,
}
internal enum eBuildType
{
CLIENT,
HEADLESS,
}