diff options
Diffstat (limited to 'Assets/Scripts/Test 1/TestErika.cs')
-rw-r--r-- | Assets/Scripts/Test 1/TestErika.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Scripts/Test 1/TestErika.cs b/Assets/Scripts/Test 1/TestErika.cs index 96fcec25..528924dc 100644 --- a/Assets/Scripts/Test 1/TestErika.cs +++ b/Assets/Scripts/Test 1/TestErika.cs @@ -35,7 +35,7 @@ public class TestErika : MonoBehaviour private void Init() { UnitController unitCtr = unitController.GetOrAddComponent<UnitController>(); - unitCtr.Initialize(unit); + unitCtr.Initialize(unit, "Assets/Bundle/Unit/PC/Erika/"); UnitRootMotion unitRootMotion = unitCtr.unitRootMotion; |