Unity 广告无法在 android 台设备上运行

Unity ads not working on android device

从统一资产商店导入统一广告资产。该资产在导入新项目时运行良好。我有一个游戏项目,并且仍在致力于这个项目。像以前一样导入资产商店。广告在统一播放器上运行良好,但在 android 设备上运行不佳。 Logcat 输出如下。我没有更改资产上的任何行或词。

 I/Unity   (26980): IsolatedStorageException: Could not find a part of the path "/data/app/com.omr-1/base.apk/Standard Assets/UnityAds/Textures/test_unit_800.png".
 I/Unity   (26980):   at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x001f9] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/FileStream.cs:290 
 I/Unity   (26980):   at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 
 I/Unity   (26980):   at System.IO.File.OpenRead (System.String path) [0x00000] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/File.cs:363 

我无法解决问题,我不知道为什么资产无法在我的项目上运行。修复了显示广告代码和演示广告但演示视频广告无法再次运行的问题。因此,创建了一个新项目并从资产商店添加统一广告。在这之后(广告现在有效)并将我的解决方案目录复制到新项目目录。有用。可能资产包没有改变我现有项目的一些选项或配置。