brunomikoski/ScriptableObjectCollection

Namevalidation on items in the the collection could be improved

sezdev opened this issue · 3 comments

for example, any item starting with a number or symbol is invalid. Any keyword like "static" or "private" is invalid.

All these cases messes up the code generation.

Actually, for numbers, I have a parser to text, but I could not reproduce the other ones, you mean when creating a new collection by the Creator Wizzard? Or adding a new collectable item o the collection?

Adding a new collectable item to the collection, naming it "static" then pressing generate.

Added CSharp keyword validation