-
Notifications
You must be signed in to change notification settings - Fork 45
Description
I have been trying to make a world for me and my friends, and I have been trying to put some videos in the video player but it keeps crashing the testing mode and it refuses to play the video [USharpVideo] Video player error when trying to load https://www.youtube.com/watch?v=iMKH8mc0h8o&list=RDiMKH8mc0h8o&start_radio=1
UnityEngine.Debug:LogError (object,UnityEngine.Object)
VRC.Udon.Wrapper.Modules.ExternUnityEngineDebug:__LogError__SystemObject_UnityEngineObject__SystemVoid (VRC.Udon.Common.Interfaces.IUdonHeap,System.Span1<uint>) VRC.Udon.VM.UdonVM:Interpret () VRC.Udon.UdonBehaviour:RunProgram (uint) (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonBehaviour.cs:1156) VRC.Udon.UdonBehaviour:RunProgram (string) (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonBehaviour.cs:1130) VRC.Udon.UdonBehaviour:SendCustomEvent (string) (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonBehaviour.cs:2082) VRC.Udon.Wrapper.Modules.ExternVRCUdonCommonInterfacesIUdonEventReceiver:__SendCustomEvent__SystemString__SystemVoid (VRC.Udon.Common.Interfaces.IUdonHeap,System.Span1)
VRC.Udon.VM.UdonVM:Interpret ()
VRC.Udon.UdonBehaviour:RunProgram (uint) (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonBehaviour.cs:1156)
VRC.Udon.UdonBehaviour:RunEventAdvanced<VRC.SDK3.Components.Video.VideoError> (string,bool,bool,System.ValueTuple2<string, VRC.SDK3.Components.Video.VideoError>) (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonBehaviour.cs:1409) VRC.Udon.UdonBehaviour:RunEvent<VRC.SDK3.Components.Video.VideoError> (string,System.ValueTuple2<string, VRC.SDK3.Components.Video.VideoError>) (at ./Packages/com.vrchat.worlds/Runtime/Udon/UdonBehaviour.cs:1373)
VRC.SDK3.Video.Components.Base.BaseVRCVideoPlayer:OnVideoError (VRC.SDK3.Components.Video.VideoError)
VRC.SDK3.Video.Components.VRCUnityVideoPlayer:OnError (UnityEngine.Video.VideoPlayer,string)
UnityEngine.Video.VideoPlayer:InvokeErrorReceivedCallback_Internal (UnityEngine.Video.VideoPlayer,string)
please, i need y'all's help, im not sure how to solve this