Skip to content

jorisdejong/UnitySliceImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnitySliceImporter

Import slice data from Resolume to Unity primitives

usage

  • Create your input map in Resolume and save it
  • Create a new Unity project
  • Download the SliceImporter.unitypackage from https://github.com/jorisdejong/UnitySliceImporter/releases/latest
  • Double click the .unitypackage and import all
  • Apply the SliceImporter.cs script on an empty GameObject
  • In the Inspector, fill out the name of your Resolume setup file
  • Hit play

optional

  • Enable Spout in Resolume
  • ???
  • Profit

limitations

  • PC only. If someone wants to add Syphon for Mac people, open a PR
  • No polygons, no input masks, no fixture slices. If someone wants to add those, open a PR
  • Defaults to Arena 7 folder. If someone wants to add version selection, open a PR

acknowledgements

SliceImporter bundles the excellent KlakSpout by Keijiro: https://github.com/keijiro/KlakSpout