We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi there, i'm facing to an error in apk build. i'm not sure if i'm missing nomething but i have this thrown by the plugin
p.s. i downloaded it form the asset store
2024/09/16 16:40:49.786 26401 26836 Error Unity UnauthorizedAccessException: Access to the path '/data/data/com.UnityTechnologies.com.unity.template.urpblank/pram-shadow-files' is denied. 2024/09/16 16:40:49.786 26401 26836 Error Unity at 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) [0x000e0] in <60a657bf02c84e589a8b52b7e4e04376>:0 2024/09/16 16:40:49.786 26401 26836 Error Unity at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <60a657bf02c84e589a8b52b7e4e04376>:0 2024/09/16 16:40:49.786 26401 26836 Error Unity at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) 2024/09/16 16:40:49.786 26401 26836 Error Unity at System.IO.File.OpenRead (System.String path) [0x00000] in <60a657bf02c84e589a8b52b7e4e04376>:0 2024/09/16 16:40:49.786 26401 26836 Error Unity at BetterStreamingAssets+ApkImpl.GetStreamingAssetsInfoFromJar (System.String apkPath, System.Collections.Generic.List1[T] paths, System.Collections.Generic.List1[T] parts) [0x00001] in .\P 2024/09/16 16:40:49.944 26401 26836 Error Unity UnauthorizedAccessException: Access to the path '/data/data/com.UnityTechnologies.com.unity.template.urpblank/pram-shadow-files' is denied. 2024/09/16 16:40:49.944 26401 26836 Error Unity at 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) [0x000e0] in <60a657bf02c84e589a8b52b7e4e04376>:0 2024/09/16 16:40:49.944 26401 26836 Error Unity at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <60a657bf02c84e589a8b52b7e4e04376>:0 2024/09/16 16:40:49.944 26401 26836 Error Unity at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) 2024/09/16 16:40:49.944 26401 26836 Error Unity at System.IO.File.OpenRead (System.String path) [0x00000] in <60a657bf02c84e589a8b52b7e4e04376>:0 2024/09/16 16:40:49.944 26401 26836 Error Unity at BetterStreamingAssets+ApkImpl.GetStreamingAssetsInfoFromJar (System.String apkPath, System.Collections.Generic.List1[T] paths, System.Collections.Generic.List1[T] parts) [0x00001] in .\P
1[T] paths, System.Collections.Generic.List
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi there, i'm facing to an error in apk build. i'm not sure if i'm missing nomething but i have this thrown by the plugin
p.s. i downloaded it form the asset store
2024/09/16 16:40:49.786 26401 26836 Error Unity UnauthorizedAccessException: Access to the path '/data/data/com.UnityTechnologies.com.unity.template.urpblank/pram-shadow-files' is denied.
2024/09/16 16:40:49.786 26401 26836 Error Unity at 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) [0x000e0] in <60a657bf02c84e589a8b52b7e4e04376>:0
2024/09/16 16:40:49.786 26401 26836 Error Unity at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <60a657bf02c84e589a8b52b7e4e04376>:0
2024/09/16 16:40:49.786 26401 26836 Error Unity at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
2024/09/16 16:40:49.786 26401 26836 Error Unity at System.IO.File.OpenRead (System.String path) [0x00000] in <60a657bf02c84e589a8b52b7e4e04376>:0
2024/09/16 16:40:49.786 26401 26836 Error Unity at BetterStreamingAssets+ApkImpl.GetStreamingAssetsInfoFromJar (System.String apkPath, System.Collections.Generic.List
1[T] paths, System.Collections.Generic.List
1[T] parts) [0x00001] in .\P2024/09/16 16:40:49.944 26401 26836 Error Unity UnauthorizedAccessException: Access to the path '/data/data/com.UnityTechnologies.com.unity.template.urpblank/pram-shadow-files' is denied.
2024/09/16 16:40:49.944 26401 26836 Error Unity at 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) [0x000e0] in <60a657bf02c84e589a8b52b7e4e04376>:0
2024/09/16 16:40:49.944 26401 26836 Error Unity at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <60a657bf02c84e589a8b52b7e4e04376>:0
2024/09/16 16:40:49.944 26401 26836 Error Unity at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
2024/09/16 16:40:49.944 26401 26836 Error Unity at System.IO.File.OpenRead (System.String path) [0x00000] in <60a657bf02c84e589a8b52b7e4e04376>:0
2024/09/16 16:40:49.944 26401 26836 Error Unity at BetterStreamingAssets+ApkImpl.GetStreamingAssetsInfoFromJar (System.String apkPath, System.Collections.Generic.List
1[T] paths, System.Collections.Generic.List
1[T] parts) [0x00001] in .\PThe text was updated successfully, but these errors were encountered: