From 6850173bb4e12fc330743bd70ad7cff7f782940d Mon Sep 17 00:00:00 2001 From: Stiven Arias Giraldo <47497948+StAincrad@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:41:41 +0200 Subject: [PATCH] Update setup-guide.md --- setup-guide.md | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/setup-guide.md b/setup-guide.md index 32776ac..e726f22 100644 --- a/setup-guide.md +++ b/setup-guide.md @@ -19,15 +19,44 @@ Getting started with HISPlayer consists of implementing the following steps: It's also possible to import the [HISPlayer Sample](https://hisplayer.github.io/UnityiOS-SDK/#/import-sample) after completing step 1. The sample is a comprehensive example scene using the HISPlayerSDK to help demonstrate features like play, pause, seek, etc. -## 1.1 Import Package -Importing the package is the same as importing other normal packages in Unity. Select the package of HISPlayer SDK and import it. +## 1.1 Import package + +### HISPlayer SDK versions above 3.4.0 + +Please, keep in mind the _HISPlayer Sample_ is included in the _HISPlayer SDK Unity Package_. + +Importing the package is the same as importing other normal packages in Unity. +Select the package of _HISPlayer SDK_ and import it. + +**Assets > Import Package > Custom Package > HISPlayerSDK unity package** + +Refer to [HISPlayer Sample]() to know more about the HISPlayer Sample. + +

+ +

+ +In the case you don't want to include the HISPlayer Sample, please disable it from the _Import Unity Package_ window. + +

+ +

+ +### HISPlayer SDK versions below 3.4.0 + +Importing the package is the same as importing other normal packages in Unity. +Select the package of HISPlayer SDK and import it. **Assets > Import Package > Custom Package > HISPlayerSDK unity package** +Only the SDK will be imported using HISPlayer SDK versions lower than 3.4.0. +Refer to [HISPlayer Sample]() to know more about the _HISPlayer Sample_. +

- +

+
## 1.2 Configure Unity for iOS Open the window **Tools > HISPlayer** located in the upper side of the screen > Click on Player Settings Configuration > Select Build Target to iOS > Set all the required settings.