Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.37f1
Issue ID
UUM-68281
Regression
Yes
TutorialManager Warnings are thrown when creating Test Track, LEGO or 2D Platform microgame template projects
Steps to reproduce:
- Create a new Test Track, Lego, or 2D Platform microgame template project
- Check the console window
Actual results: Warnings are thrown:
{code:java}
Assets\LEGO\Tutorials\1 Get Started\TutorialCallbacks.cs(27,13): warning CS0618: TutorialManager.StartTutorial(Tutorial) is obsolete: "Willl be removed in v4. Use TutorialWindowUtils.StartTutorial() instead{code}
Expected results: No warnings or errors are thrown
Tested on (OS): Windows 10
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Resolution Note:
Test Track and Lego template are deprecated an unsupported now.
2D Platformer was fixed and updated in 22.3 and above, but isn't supported for 21.3 and below.