I just created a new plugin (using the ps-starter template) via the “Create Plugin…” button in the UXP developer tools. I was able to add the plugin to UXP dev tools, but unable to load it.
The APP LOGS panel has this error message:
Expected the icon to have 1X scaled file
I am trying to follow the “Creating your First Plugin” section of the guide:
Welcome @Liz ! Creating a plugin using the ps-starter template in UDT should create an “icons” folder in your plugin folder as well automatically. Can you check that that was created?
There is no special directory where the plugin directory needs to be located. You shouldn’t have to rename those icons. Those icons are actually referencing the “panel” icons which don’t have to exist during development. The icons in the icon folder are for the plugin itself, rather than the panel.
Those both should be fine. I’m running the same environment and seem to have no issues with that project. Just wondering- where is your project currently installed? Could you try deleting, reinstalling to see if you’re getting stopped on load still?