DirectoryNotFoundException: Could not find a part of the path "/data/app/com.DefaultCompany.Myproject3-2/base.apk/Resources/JSON/CafeJson.json".
์ด ์ค๋ฅ๊ฐ ๋จ๋๋ฐ ๋ด ์ ๋ํฐ์์๋ ๋ถ๋ช ํ ์๋ ํ๋ก๊ทธ๋จ์ธ๋ฐ ๋น๋ํ ๋ ํด๋น ํ์ผ์ด ๋น๋๊ฐ ๋์ง ์๋๋ด
์ด๋ด ๋๋ ์ด๋ป๊ฒ ํด์ผํ๋๊ฑฐ์
DirectoryNotFoundException: Could not find a part of the path "/data/app/com.DefaultCompany.Myproject3-2/base.apk/Resources/JSON/CafeJson.json".
System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) (at <c79628fadf574d3a8feae0871fad28ef>:0)
System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy, System.Boolean useLongPath, System.Boolean checkHost) (at <c79628fadf574d3a8feae0871fad28ef>:0)
(wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool)
System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize, System.Boolean checkHost) (at <c79628fadf574d3a8feae0871fad28ef>:0)
System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) (at <c79628fadf574d3a8feae0871fad28ef>:0)
System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) (at <c79628fadf574d3a8feae0871fad28ef>:0)
System.IO.StreamReader..ctor (System.String path) (at <c79628fadf574d3a8feae0871fad28ef>:0)
(wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
System.IO.File.ReadAllText (System.String path) (at <c79628fadf574d3a8feae0871fad28ef>:0)
CafeJsonManager.MenuSet () (at C:/Users/Com/My project (3)/Assets/02.Scripts/16~20.Kiosk/16.Cafe/CafeJsonManager.cs:143)
CafeJsonManager.Start () (at C:/Users/Com/My project (3)/Assets/02.Scripts/16~20.Kiosk/16.Cafe/CafeJsonManager.cs:137)
์ด๊ฒ ์ค๋ฅ ์ ๋ฌธ์ด๊ณ ย
string jdata = File.ReadAllText(Application.dataPath + "/Resources/JSON/CafeJson.json");๊ฐ 143๋ฒ์งธย
MenuSet();๊ฐ 137๋ฒ์งธ ์ค์ด์ผ
๋๊ธ 0