Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 3.4 KB

README.md

File metadata and controls

78 lines (51 loc) · 3.4 KB

Latest official docs

Streaming Image Sequence

ReleaseBadge ReleaseBadge

Streaming Image Sequence is a package for playing sequential image sequences in Unity Timeline easily without making Unity 2D Sprites.

Using Timeline 1.4.x or above is recommended.

Streaming Image Sequence is designed with the following principles in mind:

  1. Can avoid texture importing time entirely by using StreamingAssets.
  2. Offers smooth image playback, both in play mode and in timeline editing mode.
  3. Supports multiple OS.

Streaming Image Sequence is currently a preview package and the following steps are required to install it.

PackageManager2020

  1. Open Package Manager
  2. Click the + button, and choose Add package from git URL
  3. Type in com.unity.streaming-image-sequence@ followed by the version.
    For example: [email protected]

Supported Unity Versions

  • Unity 2020.3.45 or higher.
  • Unity 2021.3.19 or higher.
  • Unity 2022.2.8 or higher.

Supported Platforms

  1. Windows
  2. Mac (Intel/Silicon)
  3. Linux

Features

  1. StreamingImageSequenceDemo

  2. RenderCacheDemo

  3. FaderDemo

Plugins

License

Tutorial Videos