타일맵 에디터 패키지 추가, 예시 타일맵 생성
1. 타일맵 에디터 패키지 추가 2. 예시 타일맵 생성(몬스터에 포함된 바닥, 배경 리소스 사용)
This commit is contained in:
@@ -31,6 +31,15 @@
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.2d.tilemap": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
"com.unity.modules.tilemap": "1.0.0",
|
||||
"com.unity.modules.uielements": "1.0.0"
|
||||
}
|
||||
},
|
||||
"com.unity.burst": {
|
||||
"version": "1.8.15",
|
||||
"depth": 2,
|
||||
|
||||
Reference in New Issue
Block a user