Skip to content

Unity editor tools, workflow shortcuts that extend the right-click context menu on textures in the inspector.

Notifications You must be signed in to change notification settings

seanbud/UnityTextureTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Texture Tools

A collection of helpful texture import and processing tools for Unity.

Installation

This package is designed to be installed via Unity Package Manager.

Features

Set Sprite Single

Right-click any texture asset in the Project view and select Set Sprite Single.

  • Automatically sets Texture Type to Sprite (2D and UI).
  • Sets Sprite Mode to Single.
  • Sets Mesh Type to Full Rect.
  • Disables "Generate Physics Shape" for faster import.
set-sprite-single.mp4

Apply Gaussian Blur

Right-click any texture asset in the Project view and select Apply Gaussian Blur....

  • Opens a utility window to specify blur radius.
  • Generates a new texture file with Gaussian blur applied.
  • Non-destructive (creates a new file).

Namespace

Seanbud.TextureTools

About

Unity editor tools, workflow shortcuts that extend the right-click context menu on textures in the inspector.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages