Эх сурвалжийг харах

过滤虚拟内容功能导致 video 播放状态不正常

DGJ 1 жил өмнө
parent
commit
c7a9a46f90

+ 6 - 1
Assets/Remote/ShowRoom/RemoteVideoControl.cs

@@ -42,12 +42,17 @@ public class RemoteVideoControl : MonoBehaviour
         }
     }
 
+    private void OnEnable()
+    {
+        StartCoroutine(VideoTimer());
+    }
+
     private void Start()
     {
         IsStart = true;
         slider.onValueChanged.AddListener(delegate { ChangeVideo(slider.value); });
 
-        StartCoroutine(VideoTimer());
+       
     }
 
     public void ChangeVideo(float value)