How to reproduce:
1. Create a new project with a “Get Started With Unity” template
2. Observe the Console
Actual result: “The type or namespace name 'Core' does not exist in the namespace 'Unity.Tutorials'” error is thrown
Expected result: Tutorial creates with no errors
Reproducible with: 6000.6.0a3, 6000.6.0a5
Not reproducible with: 6000.3.16f1, 6000.4.8f1, 6000.5.0b9, 6000.6.0a2 (64de5ee36373)
Could not test with: 6000.0.75f1 (The “Get Started With Unity” template is not available)
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Note: The full error that is printed in the console:
“Assets\Tutorials\Styles\ApplyCustomThemeHelper.cs(6,23): error CS0234: The type or namespace name 'Core' does not
exist in the namespace 'Unity.Tutorials' (are you missing an assembly reference?)”