[Question] Couple of questions about code plugins for marketplace

Hi,

I’m preparing my first code plugin for the marketplace and there are some things I don’t understand. (Btw it’s an editor-only plugin)

About copyright notices. Is “// Copyright 2018 XYZ. All Rights Reserved.” in the beginning of the each file enough?

Another thing, how to specify the Icon used for the plugin, the big one? I have an Icon128.png in resources, is that it?

Also about “WhitelistPlatforms”, I only tested my plugin on Windows 7 64, but it doesn’t do anything platform related, can I just put “WhitelistPlatforms”: “Win64”,“Win32”, “Mac”, “Linux”] in there?

Hi scha,

  1. A copyright at the top of each code file that reads “// Copyright 2018 (Your name or company name)” is what we need.

  2. Yes, that is the correct icon.

  3. Yes, that would be the correct way to whitelist for those platforms.

Good luck with your submission!

-TJ

Thank you TJ V!

Already submitted, yesterday.

How much time it usually takes for Epic to answer, do you know?

Thanks again!