Skip to content

Commit 1ce1b07

Browse files
doc: update minimum supported Unity versions (#480)
* remove installation steps for 2019 * update minimum supported Unity versions
1 parent 48ffd83 commit 1ce1b07

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

Documentation~/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ It is designed with the following principles in mind:
1111

1212
**Using Timeline 1.4.x or above is recommended.**
1313

14+
## Supported Unity Versions
15+
16+
* Unity `2020.3.45` or higher.
17+
* Unity `2021.3.19` or higher.
18+
* Unity `2022.2.8` or higher.
19+
1420
## Supported Platforms
1521

1622
1. Windows

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,20 @@ Streaming Image Sequence is designed with the following principles in mind:
2626
1. Supports multiple OS.
2727

2828

29-
Streaming Image Sequence is currently a preview package and the steps to install it
30-
differ based on the version of Unity.
29+
Streaming Image Sequence is currently a preview package and the following steps are required to install it.
3130

32-
* Unity 2019.x
33-
![PackageManager2019](Documentation~/images/PackageManager2019.png)
34-
1. Open [Package Manager](https://docs.unity3d.com/Manual/upm-ui.html)
35-
2. Ensure that **Show preview packages** is checked.
36-
3. Search for *Streaming Image Sequence*.
37-
38-
* Unity 2020.1
3931
![PackageManager2020](Documentation~/images/PackageManager2020.1.png)
4032
1. Open [Package Manager](https://docs.unity3d.com/Manual/upm-ui.html)
4133
2. Click the **+** button, and choose **Add package from git URL**
4234
3. Type in `com.unity.streaming-image-sequence@` followed by the version.
43-
For example: `com.unity.streaming-image-sequence@0.3.2-preview`
44-
35+
For example: `com.unity.streaming-image-sequence@0.16.1-preview`
36+
37+
## Supported Unity Versions
38+
39+
* Unity `2020.3.45` or higher.
40+
* Unity `2021.3.19` or higher.
41+
* Unity `2022.2.8` or higher.
42+
4543
## Supported Platforms
4644

4745
1. Windows

0 commit comments

Comments
 (0)