https://github.com/xjine/unity_rotateflip
ImageEffect to rotate and flip an image.
https://github.com/xjine/unity_rotateflip
assets shader unity
Last synced: 6 days ago
JSON representation
ImageEffect to rotate and flip an image.
- Host: GitHub
- URL: https://github.com/xjine/unity_rotateflip
- Owner: XJINE
- License: bsd-3-clause
- Created: 2019-07-16T07:49:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T07:53:48.000Z (almost 7 years ago)
- Last Synced: 2025-10-04T11:56:25.030Z (9 months ago)
- Topics: assets, shader, unity
- Language: ShaderLab
- Size: 155 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_RotateFlip

ImageEffect to rotate and flip an image.
## Import to Your Project
You can import this asset from UnityPackage.
- [RotateFlip.unitypackage](https://github.com/XJINE/Unity_RotateFlip/blob/master/RotateFlip.unitypackage)
### Dependencies
You have to import following assets to use this asset.
- [Unity_ImageEffectBase](https://github.com/XJINE/Unity_ImageEffectBase)