Flipper is a live visual project that was made for ADIRECTOR Channel at Dollhouse B-Space, Omotesando, Tokyo. It was made with Unity and mainly features the skeletal geometric effects and the flipbook effect.
- Unity 2018.2
- Windows System with DX11 support
This repository includes some submodules. Before opening the project with Unity, not only the repository itself but also these submodules have to be synced up.
If you're using Git from the command line, please run git submodule init
and
git submodule update
in the project directory to sync the submodules. Or you
can just use the --recursive
option when initially cloning the repository.