com.unity.learn.iet-framework 6.0.0-pre.3
com.unity.learn.iet-framework
Source docsNotes: processedReleased February 12, 2026
✨ Features
- New paragraph format for Tutorial Pages. This new format makes for a more flexible and faster editing experience.
- - Due to the new paragraph format, data migration for pages is required. The user will be prompted when first launching the editor or updating the package. Migration can also be started manually from the top menu, or using the button on each Tutorial Page.
- Added a Tutorials Overview window to see all the Tutorials present in the project at a glance. Tutorials can be reordered and reparented right within the window. The window also displays warnings, such as for tutorials that have been linked to two or more TutorialContainers. The window can be found under Tutorials > Authoring > Tutorials Overview.
- The Inspector of TutorialContainer now shows child containers. This makes it possible to navigate from a TutorialContainer to its children and back to the parent directly from the Inspector.
- It is now possible to save the MaskingSettings linked to a page's paragraph as a preset in a dedicated MaskingPreset ScriptableObject. This allows to reuse them in multiple pages.
- Custom icons for all asset types so they are easier to recognise in the Project View.
📈 Improvements
- Tutorial Pages are now sub-assets of Tutorials. This simplifies page management, as the tutorial author only has to manage one asset.
- - This requires data migration, which is done automatically as part of data migration v6 like for the paragraph data.
- The Inspectors of many components (TutorialContainer, Tutorial, TutorialPage, WelcomePage...) have been reorganised to improve clarity and to make editing easier.
- Redesigned icons for the authoring toolbar that appears when the Authoring package is installed.
- A translation icon now appears next to localisable fields, in place of the previous (i) balloon icon.
- The code sample text box inside a Tutorial Page's Inspector can now be expanded for a more comfortable code editing experience.
- Sections in TutorialContainer can now be reordered in the list simply by drag-and-drop, instead of having to manually set an order number.
- The order and structure of the menu items under Create > Tutorials has been reorganised to provide more efficient access to frequently-used items.
- - Simplified the sample content that can be accessed via the context menu. It's now located under Create > Tutorials > Presets > Complete Project.
- Redesigned alignment of many elements in the Tutorials Window. The list of Tutorials now expands to the width of the Tutorials window. For this reason, if a Tutorial button has a background image, this will now be stretched to cover the width. It could make sense to check that the graphics still look as intended.
🔧 Bug Fixes
- Tutorials window no longer resizes when clicking on a button that opens it, while it's already open.
