Skip to content

ManakhovN/UnityTextureResizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  3. Right click on texture -> Resizer -> choose the proper option.
  4. Now you can disable read/write option and choose the compression.

About

Script to resize existing sprite to the multiply of 4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages