AI AGENT ADDONS
Game Development
1,346installs

Assigning a RUID to a sprite renderer lets you show sprites or animations in your game world or user interface. You can use a resource ID directly without extra components. This works for both world entities and UI elements.

The thumbnail:// prefix turns any resource into a static thumbnail image. This is perfect for item icons, inventory slots, and shop previews. Without this prefix, some resource types like skeletons and avatar items will not show anything.

Avoid common pitfalls like forgetting the prefix or applying it to already thumbnail images. Use the msw-search skill to find the right RUIDs first.

Add Msw Sprite Ruid skill to your workflow

Global

mkdir -p ~/.claude/skills/msw-sprite-ruid

Project

mkdir -p .claude/skills/msw-sprite-ruid

Source Repository

Stars
30
Forks
2
Watchers
30
Last Push
25 days ago
Created
3 months ago