https://github.com/unity3d-jp/streamingimagesequence
A package for playing sequential image sequences in Unity Timeline
https://github.com/unity3d-jp/streamingimagesequence
Last synced: over 1 year ago
JSON representation
A package for playing sequential image sequences in Unity Timeline
- Host: GitHub
- URL: https://github.com/unity3d-jp/streamingimagesequence
- Owner: unity3d-jp
- License: other
- Created: 2018-05-04T01:10:18.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-30T06:32:40.000Z (about 2 years ago)
- Last Synced: 2025-03-30T05:06:53.220Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 26.5 MB
- Stars: 286
- Watchers: 24
- Forks: 39
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Latest official docs
- [English](https://docs.unity3d.com/Packages/com.unity.streaming-image-sequence@latest)
- [日本語](https://docs.unity3d.com/ja/Packages/com.unity.streaming-image-sequence@latest)
# Streaming Image Sequence
[](https://badges.cds.internal.unity3d.com/packages/com.unity.streaming-image-sequence/build-info?branch=dev&testWorkflow=package-isolation)
[](https://badges.cds.internal.unity3d.com/packages/com.unity.streaming-image-sequence/dependencies-info?branch=dev&testWorkflow=updated-dependencies)
[](https://badges.cds.internal.unity3d.com/packages/com.unity.streaming-image-sequence/dependants-info)
[](https://badges.cds.internal.unity3d.com/packages/com.unity.streaming-image-sequence/warnings-info?branch=dev)


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](https://docs.unity3d.com/Manual/StreamingAssets.html).
1. Offers smooth image playback, both in play mode and in timeline editing mode.
1. Supports multiple OS.
Streaming Image Sequence is currently a preview package and the following steps are required to install it.

1. Open [Package Manager](https://docs.unity3d.com/Manual/upm-ui.html)
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
* 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. #### [Playing Sequential Images](./Documentation~/FeaturePlayingSequentialImages.md)

2. #### [Caching Render Results](./Documentation~/FeatureCachingRenderResults.md)

3. #### [Fading Image objects](./Documentation~/FeatureFadingImages.md)

## Plugins
* [Building](Plugins~/Docs/en/BuildPlugins.md)
## License
* Source Code: [Unity Companion License](LICENSE.md)
* Third-Party Software Components: [Third Party Notices](Third%20Party%20Notices.md)
* Unity-chan Assets: [Unity-Chan License](http://unity-chan.com/contents/guideline_en/)
These assets can be located under, but not limited to, the following folder:
- `AE~/Samples`
- `StreamingImageSequence~/Assets/StreamingAssets`
# Tutorial Videos
* [Usage Video](https://youtu.be/mlRbwqJ74CM)
* [Example](https://youtu.be/4og6rgQdb3c)