You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Alternatively, you may set the Target API level to 33 or higher in the Unity pro
65
65
66
66
*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).*
67
67
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).
69
69
70
70
Call the **SetUpPlayer()** function in order to initialize the stream environment internally. This function can be called whenever it’s needed.
0 commit comments