#Error uploading package to the asset store, not understanding the problem?

1 messages · Page 1 of 1 (latest)

brave pond
#

Hello I recently have been learning how to develop a custom editor/inspector for my own personally scripts and I think that might be the main issue as to why my package was denied besides not having a pdf document. I did all the code in one script, the system which I am trying to share on the asset store, and the code for the inspector, the code can be found below.

The package content is a dialogue system with multiple prefabs with different types of styles for character dialogue. Here is the screenshot of the error I received from the unity team. Please explain to me where I am going wrong. This is new territory for me so I will try my best to understand. I also made it so that with the dialogueStyle enum it will change the display/look of the script editor.

Should I just sperate the script into 3 sperate scripts for each style?

merry ingot
#

going by the message, it doesn't matter how your script is organized, you just need to put it in a namespace and provide documentation

atomic lagoon
#

the rejection reason is pretty explicit, yes

#

your class lives in the global namespace

merry ingot
#

basically put a namespace NovaLen { ... } around everything (or whatever name you want to use)

brave pond
#

Thanks for your responses!

brave pond
atomic lagoon
#

yes, your using directives must go before a namespace is opened

brave pond
#

Okay great thanks! I'll make sure to add some comments to it so its more organized!

#

And a pdf as well. I created a github repo doc but am unsure if that is acceptable?

#

I was thinking of just making a simple google doc with the link to the repository readme!

atomic lagoon
#

Personally, I'd want to have something tangible in the package itself

#

along with a link to a persistent place (a GitHub repo with a Wiki would be great)

brave pond
#

Got it! I have the documentation pdf with a linked to the github repository ready 🫡

#

I have a few assets that I plan on trying to publish between now and the month of january.