Web报错:路径问题
This commit is contained in:
@ -116,16 +116,6 @@ public class UMPPostBuilds : MonoBehaviour
|
||||
if (!settings.UseExternalLibraries)
|
||||
{
|
||||
CopyPlugins(settings.AssetPath + "/Plugins/Win/x86_64/plugins/", dataPath + "/Plugins/plugins/");
|
||||
/* UMP 打包后无法播放的修改尝试 https://blog.csdn.net/qq_42345116/article/details/120976103
|
||||
string[] files = Directory.GetFiles(dataPath + "/Plugins/x86_64/");
|
||||
foreach (string str in files)
|
||||
{
|
||||
string file = Path.GetFileName(str);
|
||||
Debug.LogError(file);
|
||||
File.Copy(str, dataPath + "/Plugins/" + file);
|
||||
}
|
||||
Directory.Delete(dataPath + "/Plugins/x86_64/", true);
|
||||
*/
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user