Skip to content

Commit 9685310

Browse files
Merge remote-tracking branch 'origin/main' into main
2 parents 1f42671 + 1a0ee6c commit 9685310

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

README.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
1-
# Unity_Geometry_Sequence_Streaming
2-
A package and tools for Unity to stream large Pointcloud and Mesh frame sequences from disk
1+
![Unity_Package_Logo](https://github.com/Elite-Volumetric-Capture-Sqad/Unity_Geometry_Sequence_Streaming/assets/39704202/5e929f89-fd07-4f5c-8bb1-87581dcd8a09)
2+
3+
---
4+
5+
### A package for Unity to stream large pointcloud and (textured) mesh sequences from disk
6+
7+
🚧 Currently the repo/site is still under constructions, please check back in a few days!
8+
9+
https://github.com/Elite-Volumetric-Capture-Sqad/Unity_Geometry_Sequence_Streaming/assets/39704202/c3e611dc-285f-4e22-b411-04c9e2cb2321
10+
11+
[Credits](https://elite-volumetric-capture-sqad.github.io/Unity_Geometry_Sequence_Streaming/docs/about/license-credits/#credits)
12+
13+
## Overview:
14+
15+
This package allows you to stream large and heavy geometric frame sequences (where each frame of an animated sequence is saved in a single file) inside of Unity.
16+
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.
17+
Usecases are for example: Simulations (physics, fluids), animated meshes with changing topology and animated pointclouds.
18+
19+
[**Quickstart**](https://elite-volumetric-capture-sqad.github.io/Unity_Geometry_Sequence_Streaming/docs/quickstart/quick-start/)
20+
21+
22+
## Features
23+
- Streams sequences directly from disk, no import into Unity needed
24+
- Support for animated Pointclouds, Meshes and Textures
25+
- Control your playback with a custom Editor UI
26+
- Timeline support
27+
- Scripting API
28+
29+
## Install & Usage:
30+
31+
[Please see the documentation](https://elite-volumetric-capture-sqad.github.io/Unity_Geometry_Sequence_Streaming/)
32+
33+
## License:
34+
35+
Licensed under the [MIT License](https://github.com/Elite-Volumetric-Capture-Sqad/Unity_Geometry_Sequence_Streaming/blob/main/LICENSE)

0 commit comments

Comments
 (0)