Skip to content

n1ckfg/StreamingImageSequence

 
 

Repository files navigation

Other Languages

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 steps to install it differ based on the version of Unity.

  • Unity 2019.x
    PackageManager2019

    1. Open Package Manager
    2. Ensure that Show preview packages is checked.
    3. Search for Streaming Image Sequence.
  • Unity 2020.1
    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.3.2-preview

Supported Platforms

  1. Windows
  2. Mac
  3. Linux

Features

  1. StreamingImageSequenceDemo

  2. RenderCacheDemo

  3. FaderDemo

Memory Usage in the Editor

StreamingImageSequence allocates physical memory to ensure smooth image playback in the Editor.
This allocation is set to satisfy the following requirements:

  1. Does not exceed 90% of the total physical memory of the system.
  2. Does not exceed the maximum amount of memory, which can be configured in Preferences.

Plugins

License

Tutorial Videos

About

A package for playing sequential image sequences in Unity Timeline

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 46.8%
  • C# 38.5%
  • C++ 11.4%
  • JavaScript 1.3%
  • CMake 1.2%
  • Objective-C++ 0.4%
  • Other 0.4%