From e3cdc4b5392402dda8f8d7b066f3c7a92d722a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E8=99=9E=E6=B8=A0=E6=88=90=E2=80=9D?= <“yuqucheng2006@qq.com”> Date: Fri, 26 Jun 2026 15:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AD=94=E9=A2=98=E9=A1=B5?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE=E7=BB=93=E6=9D=9F=20?= =?UTF-8?q?=E6=97=A0=E9=99=90loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/Pages/Safetylearning/SafetylearningAnswer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/UI/Pages/Safetylearning/SafetylearningAnswer.cs b/Assets/Scripts/UI/Pages/Safetylearning/SafetylearningAnswer.cs index d56e935..367180e 100644 --- a/Assets/Scripts/UI/Pages/Safetylearning/SafetylearningAnswer.cs +++ b/Assets/Scripts/UI/Pages/Safetylearning/SafetylearningAnswer.cs @@ -41,7 +41,7 @@ public class SafetylearningAnswer : MonoBehaviour { video.gameObject.SetActive(true); video.transform.SetAsLastSibling(); - video.SetVideo(videoUrl); + video.Init(videoUrl,null); video.gameObject.transform.parent.SetAsLastSibling(); } else