Skip to content

Commit 22570b4

Browse files
authored
Update setup-guide.md
1 parent da9c1e9 commit 22570b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Alternatively, you may set the Target API level to 33 or higher in the Unity pro
6565

6666
*You may skip this section if you are using [**HISPlayerSample**](./import-sample.md) or any other sample from HISPlayer. The code set-up is already included in the sample script (HISPlayerSample.cs).*
6767

68-
Create a new script which will inherit from **HISPlayerManager**, for example, AndroidStreamController. It is necessary to add the **'using HISPlayerAPI;'** dependancy. Then, add this component to a new game object (recommended to be empty).
68+
Create a new script which will inherit from **HISPlayerManager**, for example, AndroidStreamController. It is necessary to add the **'using HISPlayerAPI;'** dependency. Then, add this component to a new game object (recommended to be empty).
6969

7070
Call the **SetUpPlayer()** function in order to initialize the stream environment internally. This function can be called whenever it’s needed.
7171

0 commit comments

Comments
 (0)