타일맵 에디터 패키지 추가, 예시 타일맵 생성

1. 타일맵 에디터 패키지 추가
2. 예시 타일맵 생성(몬스터에 포함된 바닥, 배경 리소스 사용)
This commit is contained in:
Mingu Kim
2025-02-01 18:07:30 +09:00
parent b3ffbeae49
commit 87972dcc85
1055 changed files with 38751 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
{
"dependencies": {
"com.unity.2d.aseprite": "1.1.8",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.cinemachine": "2.10.3",
"com.unity.collab-proxy": "2.6.0",
"com.unity.feature.development": "1.0.1",

View File

@@ -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,