BuildingVolumes / Unity_Geometry_Sequence_Streaming

A package and tools for Unity to stream large Pointcloud and Mesh frame sequences from disk

Home Page:https://buildingvolumes.github.io/Unity_Geometry_Sequence_Streaming/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A package and tools for Unity to stream large Pointcloud and Mesh frame sequences from disk

https://buildingvolumes.github.io/Unity_Geometry_Sequence_Streaming/

License:MIT License


Languages

Language:Python 64.0%Language:C# 36.0%