Skip to content

Commit 33b51f4

Browse files
committed
Update file(s) "Assets/unity-builder/." from "unity-korea-community/unity-builder"
1 parent 757d652 commit 33b51f4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "com.unko.unity-builder",
3-
"version": "0.0.1",
4-
"displayName": "Unity_Builder",
5-
"description": "This is an example package",
3+
"version": "1.0.0",
4+
"displayName": "Unity Builder",
5+
"description": "프로젝트에 목적에 따른 빌드마다(ex. 개발버전, 치트버전, 스토어버전 등) 다르게 해야 할 세팅들을 Unity-ScriptableObject로 저장하고, 빌드를 할 때 이 세팅을 Editor-BuildSetting-PlayerSetting에 덮어쓴 뒤 Inspector, CLI 등으로 빌드할 수 있게 해줍니다.",
66
"unity": "2019.1",
77
"author": {
8-
"name": "UNKO"
8+
"name": "UNKO",
9+
"url": "https://github.com/unity-korea-community"
910
}
1011
}

0 commit comments

Comments
 (0)