How to reproduce
1. Create a new URP Sample project
2. Observe the Console
Expected results: No Tutorial Authoring errors are thrown
Actual results: The Tutorial Authoring package error is thrown
Reproducible with: 6000.5.0b1, 6000.5.0b2, 6000.6.0a2
Not reproducible on: 6000.0.72f1, 6000.3.13f1, 6000.4.2f1, 6000.5.0a9
Reproducible on: macOS Tahoe 26 (M1)
Not reproducible on: No other environment tested
Note: Not considering it a regression since it was not updated rather than regressed
Full error:
Library/PackageCache/com.unity.learn.iet-framework.authoring@7696e213972a/Editor/TutorialAssetsUtil.cs(348,13): error CS0619: 'ProjectWindowUtil.CreateAssetWithContent(string, string, Texture2D, Action<int>)' is obsolete: 'CreateAssetWithContent(string, string, Texture2D, Action<int>) is obsolete. Use CreateAssetWithTextContent(string, string, Texture2D, Action<EntityId>) instead.'