>>536153892
Ah right. The namespace capitalization is a C# style thing, but unity requires package names to be lowercase. Weirdly, the c# namespace doesn't actually have to match the package name either, or the assembly definition, but it's usually good to try to keep them consistent for the cases when somebody expects them to be (like the bug earlier). Such is software.