To reproduce:
- Create a new Project with the "Karting Microgame" Template and open it in Unity;
- Inspect the Console window;
Expected result: No Warnings or Errors are present here
Actual result: Warnings about obsolete APIs are thrown:
"Assets/Karting/Tutorials/TutorialCallbacks.cs(54,13): warning CS0618: 'TutorialManager.Instance' is obsolete: 'Will be removed in v4. To interact with tutorials, use TutorialWindowUtils's APIs instead.'"
"Assets/Karting/Tutorials/TutorialCallbacks.cs(54,13): warning CS0618: 'TutorialManager.StartTutorial(Tutorial)' is obsolete: 'Will be removed in v4. Use TutorialWindowUtils.StartTutorial() instead'"
Notes:
Reproducible in Unity 2021.3.17f1
Not reproducible in Unity 2021.3.16f1
Regression in Unity 2021.3.17f1