19 lines
476 B
JSON
19 lines
476 B
JSON
{
|
|
"name": "com.nerdnavis.framework",
|
|
"version": "0.1.0",
|
|
"displayName": "BurningTimes Framework",
|
|
"description": "BurningTimes 내부 프로젝트용 범용 Unity 프레임워크. 코루틴·싱글톤·UGUI·Addressable·보안 등 재사용 모듈 모음.",
|
|
"unity": "2022.3",
|
|
"author": {
|
|
"name": "BurningTimes",
|
|
"url": "https://nerdnavis.com"
|
|
},
|
|
"keywords": [
|
|
"framework",
|
|
"utility",
|
|
"ugui",
|
|
"addressable"
|
|
],
|
|
"dependencies": {}
|
|
}
|