https://github.com/manakhovn/unitytextureresizer
Script to resize existing sprite to the multiply of 4.
https://github.com/manakhovn/unitytextureresizer
Last synced: 3 months ago
JSON representation
Script to resize existing sprite to the multiply of 4.
- Host: GitHub
- URL: https://github.com/manakhovn/unitytextureresizer
- Owner: ManakhovN
- License: mit
- Created: 2021-06-22T23:12:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T23:33:06.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T14:52:06.202Z (5 months ago)
- Language: C#
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityTextureResizer
Script to resize existing sprite to the multiply of 4.The script of resizing was taken here https://github.com/ababilinski/unity-gpu-texture-resize
#How it works
1) Enable read/write option on texture/sprite.
2) Disable compression if there is. It wont work with compressed textures.
2) Right click on texture -> Resizer -> choose the proper option.
3) Now you can disable read/write option and choose the compression.