Skip to content

BuildingVolumes/Unity_Geometry_Sequence_Streaming

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Unity_Package_Logo


A package for Unity to stream large pointcloud and (textured) mesh sequences from disk

Github_showreel.mp4

Credits

Overview:

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. 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. Usecases are for example: Simulations (physics, fluids), animated meshes with changing topology and animated pointclouds.

Quickstart

Features

  • Streams sequences directly from disk, no import into Unity needed
  • Support for animated Pointclouds, Meshes and Textures
  • Control your playback with a custom Editor UI
  • Timeline support
  • Scripting API

Install & Usage:

Please see the documentation website

Unity Forums Thread

License:

Licensed under the MIT License

Thanks to:

Charite Experimental Surgery lab, for supporting much of the development: Website | Github