gpt4 book ai didi

c# - 如何在 Android 中查找 "StreamingAssets"文件夹中的文件列表

转载 作者:行者123 更新时间:2023-11-30 18:17:27 26 4
gpt4 key购买 nike

我的 StreamingAssets 文件夹中有一些文件,我可以按照 Unity 文档中的说明将它们加载到 Android 上。 https://docs.unity3d.com/ScriptReference/Application-streamingAssetsPath.html

但是这里我需要提前知道文件名。

现在我想获取我添加到该目录中的所有文件的列表。以下代码不适用于 Android。它给出目录未找到异常。

    DirectoryInfo dir = new DirectoryInfo(Application.streamingAssetsPath);
FileInfo[] info = dir.GetFiles("*.*");

所以我想知道如何在 Android 上获取我的 StreamingAssets 文件夹中的文件列表。我需要文件名,以便可以访问文件名。

最佳答案

使用 Better Streaming Assets,这是一个免费的开源插件,可以解析 APK/OBB 存档以获取流媒体 Assets 列表。它还可以让您在没有 WWW 的情况下阅读它们。

资源商店:https://www.assetstore.unity3d.com/#!/content/103788

Github:https://github.com/gwiazdorrr/BetterStreamingAssets

希望这对您有所帮助!

关于c# - 如何在 Android 中查找 "StreamingAssets"文件夹中的文件列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43657461/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com