Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keijiro/FlipBook
Flip book effect example for Unity
https://github.com/keijiro/FlipBook
Last synced: 3 months ago
JSON representation
Flip book effect example for Unity
- Host: GitHub
- URL: https://github.com/keijiro/FlipBook
- Owner: keijiro
- Created: 2016-10-12T14:21:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T14:17:10.000Z (over 6 years ago)
- Last Synced: 2024-08-02T05:21:23.857Z (3 months ago)
- Language: C#
- Homepage:
- Size: 3.93 MB
- Stars: 471
- Watchers: 23
- Forks: 49
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - FlipBook - Flip book effect example (Other Shaders)
README
Flipbook
--------![gif](https://i.imgur.com/xFivlat.gif)
![gif](https://i.imgur.com/TKLbPwE.gif)This is an attempt at creating a flip book effect with Unity.
How to open this project with Unity
-----------------------------------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.[submodules]: https://git-scm.com/book/en/v2/Git-Tools-Submodules