diff options
author | chai <chaifix@163.com> | 2021-08-04 17:37:56 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-08-04 17:37:56 +0800 |
commit | aafae64318a5a08a68b7033441449c36f0f85a17 (patch) | |
tree | 9908e6fd3b6cd3156e3c105da193950031a21f6e /Assets/Scripts/Test 1 | |
parent | 0081fa2bd7b2bf2c40bbae087a2b5753125de30d (diff) |
*actiontool
Diffstat (limited to 'Assets/Scripts/Test 1')
-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; |