Volume Unity Plugin Versions Save

A Unity3D plugin for rendering Volume assets

v0.2

6 years ago

About this release

Hooray this is the second release of the Volume - Unity Plugin 😃

Usage:

Download the .unitypackage file and open it up in your project. To quickly test that everything is working, you can launch the Volume Example Scene from Assets/Volume/Scenes.

Roadmap

Implemented in this release:

  • Windows fix for vertex count limit
  • Adding controls for example scene

To be Implemented in next release:

  • Wireframe rendering (using barycentric coordinates, i.e draw wires in the fragment shader)
  • Add High option for mesh density
  • Lock controls so people don't fall from the floor in example scene

Contents

Inside the .unitypackage you will find:

  • Volume (Folder)
    • Prefabs (Folder) - folder holding the Volume plugin prefabs
    • Scripts (Folder) - main scripts folder for the plugin
    • Sample (Folder) - sample footage for easily testing
    • Scenes (Folder) - sample scenes to test the plugin
    • Shaders (Folder) - a folder containing the magic

Need help? want to talk? [email protected]

v0.1

6 years ago

About this release

Hooray this is the first release of the Volume - Unity Plugin 😃

screen shot 2018-03-20 at 1 19 45 pm

Usage:

Download the .unitypackage file and open it up in your project. To quickly test that everything is working, you can launch the Volume Example Scene from Assets/Volume/Scenes.

Roadmap

Implemented in this release:

  • Pointcloud rendering
  • Mesh denisty selector (Low, Medium)
  • Example scene
  • Volume Image prefab

To be Implemented in next release:

  • Wireframe rendering (using barycentric coordinates, i.e draw wires in the fragment shader)
  • Add High option for mesh density

Contents

Inside the .unitypackage you will find:

  • Volume (Folder)
    • Prefabs (Folder) - folder holding the Volume plugin prefabs
    • Scripts (Folder) - main scripts folder for the plugin
    • Sample (Folder) - sample footage for easily testing
    • Scenes (Folder) - sample scenes to test the plugin
    • Shaders (Folder) - a folder containing the magic

Need help? want to talk? [email protected]