unity-edit-texture | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / unity-edit-texture

unity-edit-texture

maintained by zoucdr

star 41 account_tree 6 verified_user MIT License
bolt View GitHub

name: unity-edit-texture description: Edit texture properties.

Unity MCP: edit_texture

Pass parameters in args.

Parameters (args)

Param Type Required Description
action string yes Operation: set_import_settings, get_info, set_wrap_mode, set_filter_mode
target string yes Texture asset path
max_size integer no Maximum texture size
compression string no Compression quality: low, normal, high
texture_type string no Texture type: texture, normal_map, sprite, cursor
wrap_mode string no Wrap mode: repeat, clamp, mirror
filter_mode string no Filter mode: point, bilinear, trilinear
anisotropic integer no Anisotropic level
  • set_import_settings — Set texture import settings
  • get_info — Get texture information
  • set_wrap_mode — Set texture wrap mode
  • set_filter_mode — Set texture filter mode

Example args

{ "action": "set_import_settings", "target": "Assets/Textures/Player.png", "max_size": 2048, "compression": "high" }

Response

Success: { "success": true, "data": ... }. Failure: { "success": false, "message": "...", "error": "..." }.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 41
GitHub Forks 6
Created Mar 2026
Last Updated 3 months ago
tools tools ide plugins

Related Skills

writing-skills
chevron_right
codex
chevron_right
smart-illustrator
chevron_right
collaborating-with-codex
chevron_right
code-review-router
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.