streamingAssetsPath

unity将安卓streamingAssetsPath文件复制到persistentDataPath

```csharp private void TestCopy() { string from = Application.streamingAssetsPath + "/Test/test.txt"; string to = Application.persistentDataPath + "/T ......
共1篇  :1/1页 首页上一页1下一页尾页