Are underscores not allowed in sprite names?

I ran into problems creating sprites with underscores in their names, and got the unhelpful error: “✗ Error creating sprite: API error (status 400)”

Following advice from ChatGPT, I tried to create it without an underscore and that worked.
What are the naming rules?

Helpful hint: after experimenting, you can do sprite destroy <sprite name>

Hi @nealmcb,

Names must be 3-63 characters, contain only lowercase letters, numbers, and hyphens, and start/end with a letter or number.

Thanks for reporting this - we’ll improve that validation error.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.