Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Chman/Moments
A quick GIF replay recorder for Unity
https://github.com/Chman/Moments
gif unity
Last synced: 2 months ago
JSON representation
A quick GIF replay recorder for Unity
- Host: GitHub
- URL: https://github.com/Chman/Moments
- Owner: Chman
- License: zlib
- Created: 2015-04-18T18:06:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T14:01:51.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T19:09:52.084Z (6 months ago)
- Topics: gif, unity
- Language: C#
- Homepage:
- Size: 42 KB
- Stars: 857
- Watchers: 61
- Forks: 118
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Moments - A quick GIF replay recorder (Script Utility)
README
# Moments
**Moments** is a quick GIF replay recorder for Unity3D. It automatically records the last few seconds of gameplay and lets you save to a GIF file on demand, like the game [TowerFall Ascension](http://www.towerfall-game.com/) does.
Tested with Unity 4.6. The demo requires Unity 5+ (Personal or Pro).
## Instructions
Drop the `Moments Recorder` folder in your project and add the `Recorder` script to your camera (or select your camera and use `Component -> Miscellaneous -> Moments Recorder`).
The included demo should get you started. For more advanced features, browse the `Moments.Recorder` source code, it's heavily commented.
[Here's a preview](http://i.imgur.com/K4R8UZ0.gifv) of the output quality.
Pull requests are welcomed !
## License
Zlib (see [License.txt](LICENSE.txt))