데이터 파이프라인 개선 및 포탈 로직 생성

csv import 시 자동으로 완전한 프리팹이 생성될 수 있도록 함.
This commit is contained in:
2026-02-01 00:29:22 +09:00
parent b54e016283
commit 2593b6dd37
48 changed files with 11897 additions and 45 deletions

View File

@@ -19,6 +19,6 @@ MonoBehaviour:
atkRange: 1
atkDamage: 3
atkIntervalSec: 1.2
prefabPath: Assets/Prefabs/EnemyTest.prefab
meshPath: Assets/Meshes/Skeleton_Minion.fbx
cost: 1
weight: 1

View File

@@ -19,6 +19,6 @@ MonoBehaviour:
atkRange: 1
atkDamage: 2
atkIntervalSec: 1
prefabPath: Assets/Prefabs/MonsterTest.prefab
meshPath: Assets/Meshes/Skeleton_Minion.fbx
cost: 2
weight: 0.5

View File

@@ -19,6 +19,6 @@ MonoBehaviour:
atkRange: 1
atkDamage: 4
atkIntervalSec: 1.5
prefabPath: Assets/Prefabs/Core
meshPath: Assets/Meshes/Skeleton_Minion.fbx
cost: 5
weight: 0.2

View File

@@ -19,6 +19,6 @@ MonoBehaviour:
atkRange: 5
atkDamage: 2
atkIntervalSec: 1.4
prefabPath: Assets/Prefabs/Resource
meshPath: Assets/Meshes/Skeleton_Minion.fbx
cost: 3
weight: 0.333

View File

@@ -19,6 +19,6 @@ MonoBehaviour:
atkRange: 1
atkDamage: 7
atkIntervalSec: 1.3
prefabPath: Assets/Prefabs/ResourcePickup
meshPath: Assets/Meshes/Skeleton_Minion.fbx
cost: 10
weight: 0.1