unity3d-jp / StreamingImageSequence

A package for playing sequential image sequences in Unity Timeline
Other
282 stars 39 forks source link

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: com.unity.streaming-image-sequence@0.16.1-preview

Supported Unity Versions

Supported Platforms

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

Features

  1. Playing Sequential Images

    StreamingImageSequenceDemo

  2. Caching Render Results

    RenderCacheDemo

  3. Fading Image objects

    FaderDemo

Plugins

License

Tutorial Videos