Steps to reproduce:
- Open Unity Hub
- Press "New project"
- Select "2D Platformer Microgame" template and create new project
- Observe the Console once project is created and opened
Actual results: The project fails to compile and shows missing Unity.Tutorials.Core namespace reference errors in Assets\Tutorials\SharedAssets\TutorialCallbacks.cs
Expected results: The template project is created without any compilation errors
Reproducible with versions: 6000.6.0a3, 6000.6.0a5
Not reproducible with versions: 6000.5.0b9, 6000.6.0a2
Tested on (OS): Windows 11
Errors:
Assets\Tutorials\SharedAssets\TutorialCallbacks.cs(2,23): error CS0234: The type or namespace name 'Core' does not exist in the namespace 'Unity.Tutorials' (are you missing an assembly reference?)
Assets\Tutorials\SharedAssets\TutorialCallbacks.cs(18,45): error CS0246: The type or namespace name 'FutureObjectReference' could not be found (are you missing a using directive or an assembly reference?)
Assets\Tutorials\SharedAssets\TutorialCallbacks.cs(54,35): error CS0246: The type or namespace name 'Tutorial' could not be found (are you missing a using directive or an assembly reference?)