From 7f48a1a057a2e7289685d8e6c7e3da53ddf80872 Mon Sep 17 00:00:00 2001 From: Stiven Arias Giraldo <47497948+StAincrad@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:31:43 +0100 Subject: [PATCH] Update import-sample.md --- import-sample.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/import-sample.md b/import-sample.md index d2d09fb..dbaae28 100644 --- a/import-sample.md +++ b/import-sample.md @@ -37,7 +37,9 @@ To check how to set up the SDK and API usage, please refer to **Assets/HISPlayer To change the default video URL using your own URL, go to **StreamController** game object > Inspector Window > HISPlayerSample (Script) > HISPlayer Attributes > MultiStreamProperties > Url > Replace the element value with your own URL. -![image](https://github.com/HISPlayer/UnityAndroid-SDK/assets/32887298/72f32617-88d6-4d10-b1f6-f44463a60ce0) +

+ AddScene +

## UI Demo The UI components in the sample scene are fully modifiable. The sample is intended to show a comprehensive scene using the HISPlayer SDK to help demonstrate features such as play, pause, seek, etc.