Timiz0r / EZUtils

A bunch of smaller Unity utilities
MIT License
1 stars 0 forks source link

Show both package display name and description (localization?) #8

Open Timiz0r opened 1 year ago

Timiz0r commented 1 year ago

Well, except we can't show displayName if the package isn't installed. Instead, enhance the description to include the display name and show that.

Then again, let's lump this under localization. There's obviously no way to localize a package.json, so let's go crazy and hard-ish code it into the package ui. If we do end up localizing, then that probably solidifies not deprecating it.