|
4 | 4 |
|
5 | 5 | ### A package for Unity to efficiently playback large pointcloud and (textured) mesh sequences |
6 | 6 |
|
7 | | -https://github.com/Elite-Volumetric-Capture-Sqad/Unity_Geometry_Sequence_Streaming/assets/39704202/c3e611dc-285f-4e22-b411-04c9e2cb2321 |
| 7 | +[](https://www.youtube.com/watch?v=5HA_HwtjIu0) |
8 | 8 |
|
9 | | -[Credits](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/about/license-credits/) |
| 9 | + |
| 10 | +### [Quickstart](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/quickstart/quick-start/) | [Documentation](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/) | [Unity Asset Store](https://u3d.as/3suF) | [Unity Forums Thread](https://discussions.unity.com/t/released-geometry-sequence-player/921802) | [License](#license) |
10 | 11 |
|
11 | 12 | ## Overview: |
12 | 13 |
|
13 | | -This package allows you to playback large and heavy geometric frame sequences (where each frame of an animated sequence is saved in a single file, like a 3D flipbook) inside of Unity. |
14 | | -The package was orginally developed to allow playback of Volumetric Video captures, but can also be used to play any animated 3D-sequences, that are unsuitable for bone or blendshape workflows. |
15 | | -Usecases are for example: Simulations (physics, fluids), animated meshes with changing topology and animated pointclouds. |
| 14 | +This package for the Unity game engine allows you to playback large and complex geometric sequences. In a geometry sequence, each frame consists out of an individual mesh or pointcloud, which is then shown at short intervalls to create the illusion of a animation, kind of like a 3D flipbook. The package was orginally developed to allow playback of Volumetric Video captures, but can also be used to play any animated 3D-sequences, that are unsuitable for bone or blendshape workflows, like for example... |
| 15 | + |
| 16 | +## Usecases: |
16 | 17 |
|
17 | | -[**Quickstart**](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/quickstart/quick-start/) |
| 18 | +Pointclouds | Meshes | Textured Meshes |
| 19 | +:-------------------------:|:-------------------------:|:-------------------------: |
| 20 | + |  |  |
18 | 21 |
|
19 | 22 |
|
20 | | -## Features |
21 | | -- Streams sequences directly from disk, no import into Unity needed |
22 | | -- Support for animated Pointclouds, Meshes and Textures |
23 | | -- Control your playback with a custom Editor UI |
24 | | -- Timeline support |
25 | | -- Scripting API |
| 23 | + |
| 24 | +- 🌊 Pre-Rendered fluid caches |
| 25 | +- ⛓️💥 Baked Physiscs simulations |
| 26 | +- 🟧 Animated Procedural meshes |
| 27 | +- 🙋♀️ 4D scans with per frame textures |
| 28 | +- 🎞️ Volumetric videos |
| 29 | +- 📷 Pointclouds captured by RGBD sensors (Kinect, Realsense, Lidar) |
| 30 | +- 🌐 Data visualisations |
| 31 | + |
26 | 32 |
|
27 | 33 | ## Install & Usage: |
28 | 34 |
|
29 | | -[Please see the documentation website](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/quickstart/quick-start/) |
| 35 | +Please see the [documentation website](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/quickstart/quick-start/) on how to get started! |
30 | 36 |
|
31 | | -[Unity Forums Thread](https://forum.unity.com/threads/released-geometry-sequence-streaming.1453765/) |
| 37 | +If you encounter any problems or have questions, please open an issue or visit the [Unity Forums Thread](https://forum.unity.com/threads/released-geometry-sequence-streaming.1453765/) |
32 | 38 |
|
33 | 39 | ## License: |
34 | 40 |
|
| 41 | +With Version 1.1.0 of the package, we changed our license model from MIT license to the **Creative Commons By-Attribution Non-Commercial license**. To use the package in a commercial setting, or if you want to support the development, you can [buy a copy on the Unity Asset Store](https://u3d.as/3suF). This allows us to develop this plugin more sustainably and helps to improve the package for the whole community. Thank you very much for your support! |
| 42 | + |
35 | 43 | <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/BuildingVolumes/Unity_Geometry_Sequence_Player">Geometry Sequence Player</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC 4.0 <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""> <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""> <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""></a></p> |
0 commit comments