WindowsVideoMedia error in Resources in unity build - unity3d

I'm having problems with the build of my unity project. I'm trying to play 360 videos using VideoPlayer, so far I haven't had any problem, but now I'm having this problem when building. I have tested in Unity editor, MacOS and Oculus Quest, and it works perfectly, it only fails in the Windows build:
WindowsVideoMedia error 0x80004005 while reading C:/Proyectos/build/vrteacher/VRTeacher
Desktop_Data/sharedassets2.resource
Context: CreateObjectFromByteStream
Error details: Error no especificado
Track types:
(Filename: C:\buildslave\unity\build\Modules/Video/Public/Media/WindowsMedia/WindowsVideoMedia.cpp Line: 3590)

Related

Unity Advertisment with Meditation not Showing Test Ads

I just upgrade advertisement package to Advertisement with Meditation package. I used sample project scripts. In unity editor everything is OK but when i build on physical android test device i'm getting this log:
"Initialization Failed: Unknown:Some services couldn't be initialized. Look at inner exceptions to get more information."
and test ads are not showing on android device.
I couldn't figure out what it means. I did a google search but couldn't find any results.
I've already enabled test mode in editor: Services->Ads->Test mode enable
My unity version: 2019.4.16f1
Adversitement with Meditation verison:
1.0.4

Manifest merger failed with multiple errors in unity 2019.4.11f1

I was trying to make some ar and i was watching the videos on youtube how to do that and i followed along.But at last it showed me some errors.
I am putting some screenshot so that you can tell what's wrong i am doing...
Thanks in advance for helping me..
THESE ARE THE PACKAGES THAT I HAVE INSTALLED IN FOR THIS AR
AR FOUNDATION - 2.1.10
2 AR CORE -2.1.12
3 AR KIT - 2.1.10
Having the same problem as well. Android APK compiles fine before adding AR packages. Added AR Foundation 2.1.10, AR Subsystems 2.1.3 and ARCore XR Plugin 2.1.12 (All 2019.4 verified). Android API set to 24, Vulkan removed, but fails at this point.
Build Failure Message
Turns out that it's an issue with Gradle, you need to use Gradle 5.6.4 and follow the instructions here for Unity 2019.4 https://developers.google.com/ar/develop/unity/android-11-build
I ran into problems with this Unity version too. I found no fix for this Unity version, but I tried the 2020.1.10f1 version and there it all worked perfectly fine for me.

switching platform from android to webGL in unity giving 'error building player because scripts have compile errors in the editor'

switching platform from android to webGL in unity giving error:
'building player because scripts have compile errors in the editor'
But not getting the details of error. I am double clicking on error but no script is opening.Using unity 5.6.0f3 version.
How can i get the log file or error details to solve it.

Playscape Unity Publishing Kit Error

I am integrating Playscape 1.11 SDK to my game in unity. I keep getting an error stating: An error occurred while applying post-build logic: failed to apply patch to the .jar file
I have checked to see if Android 19 and google-play-services are downloaded/installed in the SDK.
Looks like some files were missed. Check that you have removed all previous files of Playscape SDK before importing new version into your Unity project:
/Assets/Plugins/Android/PlayscapeManifestFragments
/Assets/Plugins/Android/PlayscapePublishingKit
/Assets/Plugins/Playscape
/Assets/Temp
/Assets/StreamingAssets/fonts
/Assets/StreamingAssets/level_up_icons
/Assets/StreamingAssets/playscape
/Assets/StreamingAssets/playscape_bootstrap
/Assets/StreamingAssets/WelcomeMessage

Unable to run AngryBots.unity

I am trying to run the Unity example Angry Bots but I am getting the following error:
Assets/Standard assets/Camera Scripts/SmoothFollow.js(32,9): BCE0005: Unknown identifier: 'wantedRotationAngle'.
I am using Unity Version 3.5.0f5
I have tried redownloading/importing the project from the Asset Store but I am still getting the error.
Here is a screen shot:
An upgrade to Unity 4.0.1 fixed this issue.