Copy link to clipboard
Copied
Hello everyone,
I hope this is the right place to ask this technical question.
I'm developing a adobe premiere pro plugin with UXP. I understand it's in beta but hope I get some light on my issue.
I can't get my panel icons to display. The panel shows a default/blank icon instead of my custom icons.
What I've tried:
1. Following Adobe's icon documentation with proper naming convention (icons/plugin-icon.png in manifest,
icons/plugin-icon@1x.png and icons/plugin-icon@2x.png as files)
2. Using both 23x23 (panel icons) and 48x48 (plugin icons) sizes
3. Testing with different paths and filenames
4. Verifying icons are correctly copied to dist folder when building my plugin
Environment:
My manifest.json structure:
{
"version": "0.7.17",
"main": "index.html",
"manifestVersion": 5,
"host": [
{
"app": "premierepro",
"minVersion": "25.3.0"
}
],
"entrypoints": [
{
"type": "panel",
"id": "apps",
"icons": [
{
"width": 23,
"height": 23,
"path": "icons/iconLight.png",
"scale": [1, 2],
"theme": ["all"]
}
]
}
],
"icons": [
{
"width": 48,
"height": 48,
"path": "icons/plugin-icon.png",
"scale": [1, 2],
"theme": ["darkest", "dark", "medium", "lightest", "light", "all"],
"species": ["pluginList"]
}
]
}
Is this a known limitation of UXP Developer Tool, or am I missing something? Do icons only
display when published to marketplace?
Unfortunately, the custom icon through icons entry is not supported for Premiere UXP Plugin yet.
Apologies for the inconvenience, and thanks for trying out UXP for Premiere!
Copy link to clipboard
Copied
Hey Long Clip,
Nice to hear from you. Thanks for tagging your discussion as "SDK." That should bring the proper people to this thread. I'm sure someone will stop by soon. Sorry for the frustration.
Thanks,
Kevin
Copy link to clipboard
Copied
Unfortunately, the custom icon through icons entry is not supported for Premiere UXP Plugin yet.
Apologies for the inconvenience, and thanks for trying out UXP for Premiere!
Copy link to clipboard
Copied
I see — I understand UXP for Premiere is still under development. I was wondering if you're currently looking for any alpha or beta testers? We're new plugin developers and would love to collaborate more closely with the Adobe UXP team.
Copy link to clipboard
Copied
Hey Long Clip,
Hope Cathy's answer shed some light on this issue. If you'd like, feel free to file a feature request on our Community so we can keep track of what you need. Here's a link to the "Ideas" tab of this community board: https://adobe.ly/4lLtGyA
Caroline
Find more inspiration, events, and resources on the new Adobe Community
Explore Now