Commit 049b5e77 authored by 15김민규's avatar 15김민규

다운그레이드

parent be42c966
...@@ -39,8 +39,8 @@ public class EnemyManager : Singleton<EnemyManager> ...@@ -39,8 +39,8 @@ public class EnemyManager : Singleton<EnemyManager>
// constructor // constructor
protected EnemyManager() protected EnemyManager()
{ {
string dropTableDataPath = null; string dropTableDataPath = "";
string actionTableDataPath = null; string actionTableDataPath = "";
LoadDropTable(dropTableDataPath); LoadDropTable(dropTableDataPath);
LoadActionTable(actionTableDataPath); LoadActionTable(actionTableDataPath);
......
{ {
"dependencies": { "dependencies": {
"com.unity.ads": "2.3.1", "com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2", "com.unity.analytics": "2.0.16",
"com.unity.collab-proxy": "1.2.15", "com.unity.package-manager-ui": "1.9.11",
"com.unity.package-manager-ui": "2.0.3",
"com.unity.purchasing": "2.0.3", "com.unity.purchasing": "2.0.3",
"com.unity.textmeshpro": "1.3.0", "com.unity.textmeshpro": "1.2.4",
"com.unity.modules.ai": "1.0.0", "com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0", "com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.assetbundle": "1.0.0",
......
m_EditorVersion: 2018.3.0f2 m_EditorVersion: 2018.2.0f2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment