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?