{"_id":"com.unity.learn.iet-framework","name":"com.unity.learn.iet-framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","provider":"upm","versions":{"6.0.3":{"_upm":{"changelog":"### Added\n- Added ButtonParagraph abstract class, to create custom paragraphs for Tutorial Pages containing a button.\n- Added a NextTutorialButtonParagraph class, which allows to send the user to another tutorial at the press of a button.\n\n### Changed\n- Migration to v6 assets is now automatic, and will happen on first package import. It will still be available to trigger it again via the menu item Tutorials > Authoring > Upgrade tutorial data to v6.\n- Paragraph names now displayed in a more human-readable way.\n\n### Fixed\n- Migration v6 now migrating correctly the \"Next tutorial\" button paragraph, to a specific paragraph type added for the occasion.\n- Added MovedFrom attribute to relevant classes, for automatic code migration of UnityEvent callbacks, and other serialized class/assembly names.\n- Reworked user actions (add, remove Page or Paragraph, etc.) so that they are all Undoable (i.e. via Ctrl-Z/Cmd-Z) and Revertable.\n- Fixed an issue with the creation of Localisation assets.\n- Fixed an issue with the migration of Criteria from v5 to v6. They now get ported correctly."},"unity":"6000.0","unityRelease":"0f1","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@6.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"6.0.3","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"e200dd78ed14671131b07f8ff09b3507981491ee","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-6.0.3.tgz"}},"5.0.4":{"_upm":{"changelog":"### Fixed\n- Fixed a wrong define being used"},"unity":"2022.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@5.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"5.0.4","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"b6db3036d2a7a947481f26bf542d5634416d321c","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-5.0.4.tgz"}},"6.0.2":{"_upm":{"changelog":"### Added\n- New paragraph format for Tutorial Pages. This new format makes for a more flexible and faster editing experience.\n  - 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.\n- 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.\n- 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.\n- It is now possible to save the Editor masking used by a page's paragraph as a preset, as a dedicated MaskingPreset ScriptableObject. This allows to reuse the masking in multiple pages.\n- Custom icons for all asset types so they are easier to recognise in the Project View.\n\n### Changed\n- Tutorial Pages are now sub-assets of Tutorials. This simplifies Page management, as the tutorial author only has to manage one asset.\n  - This requires data migration, which is done automatically as part of data migration v6 like for the paragraph data. \n- The Inspectors of many components (TutorialContainer, Tutorial, TutorialPage, WelcomePage...) have been reorganised to improve clarity and to make editing easier.\n- Redesigned icons for the authoring toolbar that appears when the Authoring package is installed.\n- A translation icon now appears next to localisable fields, in place of the previous (i) balloon icon.\n- The code sample text box inside a Tutorial Page's Inspector can now be expanded for a more comfortable code editing experience.\n- Sections in TutorialContainer can now be reordered in the list simply by drag-and-drop, instead of having to manually set an order number.\n- The order and structure of the menu items under Create > Tutorials has been reorganised to provide more efficient access to frequently-used items.\n  - Simplified the sample content that can be accessed via the context menu. It's now located under Create > Tutorials > Presets > Complete Project. \n- 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.\n\n### Fixed\n- Tutorials window no longer becomes bigger and bigger when clicking on a button that opens it when it's already open.\n- The Pick button to select a VisualElement while editing a mask used to be unresponsive, but has been fixed."},"unity":"6000.0","unityRelease":"0f1","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@6.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"6.0.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"d18e3074646c44f48de73d79bd395e47cf90b18f","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-6.0.2.tgz"}},"6.0.1":{"_upm":{"changelog":"### Added\n- New paragraph format for Tutorial Pages. This new format makes for a more flexible and faster editing experience.\n  - 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.\n- 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.\n- 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.\n- It is now possible to save the Editor masking used by a page's paragraph as a preset, as a dedicated MaskingPreset ScriptableObject. This allows to reuse the masking in multiple pages.\n- Custom icons for all asset types so they are easier to recognise in the Project View.\n\n### Changed\n- Tutorial Pages are now sub-assets of Tutorials. This simplifies Page management, as the tutorial author only has to manage one asset.\n  - This requires data migration, which is done automatically as part of data migration v6 like for the paragraph data. \n- The Inspectors of many components (TutorialContainer, Tutorial, TutorialPage, WelcomePage...) have been reorganised to improve clarity and to make editing easier.\n- Redesigned icons for the authoring toolbar that appears when the Authoring package is installed.\n- A translation icon now appears next to localisable fields, in place of the previous (i) balloon icon.\n- The code sample text box inside a Tutorial Page's Inspector can now be expanded for a more comfortable code editing experience.\n- Sections in TutorialContainer can now be reordered in the list simply by drag-and-drop, instead of having to manually set an order number.\n- The order and structure of the menu items under Create > Tutorials has been reorganised to provide more efficient access to frequently-used items.\n  - Simplified the sample content that can be accessed via the context menu. It's now located under Create > Tutorials > Presets > Complete Project. \n- 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.\n\n### Fixed\n- Tutorials window no longer becomes bigger and bigger when clicking on a button that opens it when it's already open.\n- The Pick button to select a VisualElement while editing a mask used to be unresponsive, but has been fixed."},"unity":"6000.0","unityRelease":"0f1","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@6.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"6.0.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"42d5ad88cd39a5bacc4b5bff1ecd6d86d21f97dc","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-6.0.1.tgz"}},"6.0.0":{"_upm":{"changelog":"### Added\n- New paragraph format for Tutorial Pages. This new format makes for a more flexible and faster editing experience.\n  - 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.\n- 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.\n- 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.\n- It is now possible to save the Editor masking used by a page's paragraph as a preset, as a dedicated MaskingPreset ScriptableObject. This allows to reuse the masking in multiple pages.\n- Custom icons for all asset types so they are easier to recognise in the Project View.\n\n### Changed\n- Tutorial Pages are now sub-assets of Tutorials. This simplifies Page management, as the tutorial author only has to manage one asset.\n  - This requires data migration, which is done automatically as part of data migration v6 like for the paragraph data. \n- The Inspectors of many components (TutorialContainer, Tutorial, TutorialPage, WelcomePage...) have been reorganised to improve clarity and to make editing easier.\n- Redesigned icons for the authoring toolbar that appears when the Authoring package is installed.\n- A translation icon now appears next to localisable fields, in place of the previous (i) balloon icon.\n- The code sample text box inside a Tutorial Page's Inspector can now be expanded for a more comfortable code editing experience.\n- Sections in TutorialContainer can now be reordered in the list simply by drag-and-drop, instead of having to manually set an order number.\n- The order and structure of the menu items under Create > Tutorials has been reorganised to provide more efficient access to frequently-used items.\n  - Simplified the sample content that can be accessed via the context menu. It's now located under Create > Tutorials > Presets > Complete Project. \n- 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.\n\n### Fixed\n- Tutorials window no longer becomes bigger and bigger when clicking on a button that opens it when it's already open.\n- The Pick button to select a VisualElement while editing a mask used to be unresponsive, but has been fixed."},"unity":"6000.0","unityRelease":"0f1","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@6.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"6.0.0","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"02b9cf050b8182bf4e0c58f48c8ca20c91563537","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-6.0.0.tgz"}},"5.0.3":{"_upm":{"changelog":"### Changed\n- The minimum version supported by the package has been raised to 2022.3, since Unity 2021 is not supported anymore.\n- Updated some obsolete API around InstanceID to target EntityID instead, for versions of Unity 6.3 and up.\n\n### Fixed\n- Fixed styling of cards in the main Tutorial Container interface."},"unity":"2022.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@5.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"5.0.3","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"ef99a8956a3190f4a72182737851dedbc691d9e5","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-5.0.3.tgz"}},"6.0.0-pre.7":{"_upm":{"changelog":"### Added\n- New paragraph format for Tutorial Pages. This new format makes for a more flexible and faster editing experience.\n  - 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.\n- 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.\n- 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.\n- 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.\n- Custom icons for all asset types so they are easier to recognise in the Project View.\n\n### Changed\n- Tutorial Pages are now sub-assets of Tutorials. This simplifies page management, as the tutorial author only has to manage one asset.\n  - This requires data migration, which is done automatically as part of data migration v6 like for the paragraph data. \n- The Inspectors of many components (TutorialContainer, Tutorial, TutorialPage, WelcomePage...) have been reorganised to improve clarity and to make editing easier.\n- Redesigned icons for the authoring toolbar that appears when the Authoring package is installed.\n- A translation icon now appears next to localisable fields, in place of the previous (i) balloon icon.\n- The code sample text box inside a Tutorial Page's Inspector can now be expanded for a more comfortable code editing experience.\n- Sections in TutorialContainer can now be reordered in the list simply by drag-and-drop, instead of having to manually set an order number.\n- The order and structure of the menu items under Create > Tutorials has been reorganised to provide more efficient access to frequently-used items.\n  - Simplified the sample content that can be accessed via the context menu. It's now located under Create > Tutorials > Presets > Complete Project. \n- 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.\n\n### Fixed\n- Tutorials window no longer resizes when clicking on a button that opens it, while it's already open."},"unity":"6000.0","unityRelease":"0f1","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@6.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"6.0.0-pre.7","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"de573b382f1b2d39d7eca4761f852e307a13f1dc","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-6.0.0-pre.7.tgz"}},"6.0.0-pre.6":{"_upm":{"changelog":"### Added\n- New paragraph format for Tutorial Pages. This new format makes for a more flexible and faster editing experience.\n  - 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.\n- 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.\n- 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.\n- 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.\n- Custom icons for all asset types so they are easier to recognise in the Project View.\n\n### Changed\n- Tutorial Pages are now sub-assets of Tutorials. This simplifies page management, as the tutorial author only has to manage one asset.\n  - This requires data migration, which is done automatically as part of data migration v6 like for the paragraph data. \n- The Inspectors of many components (TutorialContainer, Tutorial, TutorialPage, WelcomePage...) have been reorganised to improve clarity and to make editing easier.\n- Redesigned icons for the authoring toolbar that appears when the Authoring package is installed.\n- A translation icon now appears next to localisable fields, in place of the previous (i) balloon icon.\n- The code sample text box inside a Tutorial Page's Inspector can now be expanded for a more comfortable code editing experience.\n- Sections in TutorialContainer can now be reordered in the list simply by drag-and-drop, instead of having to manually set an order number.\n- The order and structure of the menu items under Create > Tutorials has been reorganised to provide more efficient access to frequently-used items.\n  - Simplified the sample content that can be accessed via the context menu. It's now located under Create > Tutorials > Presets > Complete Project. \n- 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.\n\n### Fixed\n- Tutorials window no longer resizes when clicking on a button that opens it, while it's already open."},"unity":"6000.0","unityRelease":"0f1","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@6.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"6.0.0-pre.6","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"3a803d91a660580c7e9f49630e8927399e1d413e","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-6.0.0-pre.6.tgz"}},"6.0.0-pre.5":{"_upm":{"changelog":"### Added\n- New paragraph format for Tutorial Pages. This new format makes for a more flexible and faster editing experience.\n  - 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.\n- 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.\n- 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.\n- 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.\n- Custom icons for all asset types so they are easier to recognise in the Project View.\n\n### Changed\n- Tutorial Pages are now sub-assets of Tutorials. This simplifies page management, as the tutorial author only has to manage one asset.\n  - This requires data migration, which is done automatically as part of data migration v6 like for the paragraph data. \n- The Inspectors of many components (TutorialContainer, Tutorial, TutorialPage, WelcomePage...) have been reorganised to improve clarity and to make editing easier.\n- Redesigned icons for the authoring toolbar that appears when the Authoring package is installed.\n- A translation icon now appears next to localisable fields, in place of the previous (i) balloon icon.\n- The code sample text box inside a Tutorial Page's Inspector can now be expanded for a more comfortable code editing experience.\n- Sections in TutorialContainer can now be reordered in the list simply by drag-and-drop, instead of having to manually set an order number.\n- The order and structure of the menu items under Create > Tutorials has been reorganised to provide more efficient access to frequently-used items.\n  - Simplified the sample content that can be accessed via the context menu. It's now located under Create > Tutorials > Presets > Complete Project. \n- 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.\n\n### Fixed\n- Tutorials window no longer resizes when clicking on a button that opens it, while it's already open."},"unity":"6000.0","unityRelease":"0f1","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@6.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"6.0.0-pre.5","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"e3d030d135473e67d2553429b48f651f9a5df29e","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-6.0.0-pre.5.tgz"}},"6.0.0-pre.3":{"_upm":{"changelog":"### Added\n- New paragraph format for Tutorial Pages. This new format makes for a more flexible and faster editing experience.\n  - 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.\n- 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.\n- 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.\n- 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.\n- Custom icons for all asset types so they are easier to recognise in the Project View.\n\n### Changed\n- Tutorial Pages are now sub-assets of Tutorials. This simplifies page management, as the tutorial author only has to manage one asset.\n  - This requires data migration, which is done automatically as part of data migration v6 like for the paragraph data. \n- The Inspectors of many components (TutorialContainer, Tutorial, TutorialPage, WelcomePage...) have been reorganised to improve clarity and to make editing easier.\n- Redesigned icons for the authoring toolbar that appears when the Authoring package is installed.\n- A translation icon now appears next to localisable fields, in place of the previous (i) balloon icon.\n- The code sample text box inside a Tutorial Page's Inspector can now be expanded for a more comfortable code editing experience.\n- Sections in TutorialContainer can now be reordered in the list simply by drag-and-drop, instead of having to manually set an order number.\n- The order and structure of the menu items under Create > Tutorials has been reorganised to provide more efficient access to frequently-used items.\n  - Simplified the sample content that can be accessed via the context menu. It's now located under Create > Tutorials > Presets > Complete Project. \n- 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.\n\n### Fixed\n- Tutorials window no longer resizes when clicking on a button that opens it, while it's already open."},"unity":"6000.0","unityRelease":"0f1","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@6.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"6.0.0-pre.3","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"a5da1ab9ac86330923b0a97233ab967daebfbb46","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-6.0.0-pre.3.tgz"}},"5.0.2":{"_upm":{"changelog":"### Fixed\n- Removed the Ask Assistant button"},"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@5.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"5.0.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"c18a35c1d1a104da89f97a15f3ef7fc112ec49d6","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-5.0.2.tgz"}},"5.0.1":{"_upm":{"changelog":"### Fixed\n- Fixed Next/Previous button stopping to work when maximizing then reducing the tutorial window"},"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@5.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"5.0.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"df95f5ba115ba9490d7e5e829e2ba09a52151c05","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-5.0.1.tgz"}},"4.1.5":{"_upm":{"changelog":"### Fixed\n- Fixed callback cleanup that was breaking Tutorial Page navigation after maximizing and reducing the Tutorial window"},"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@4.1/manual/index.html","name":"com.unity.learn.iet-framework","version":"4.1.5","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"4248904af7a1625f9c034ca7fed9200f46b2a789","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.1.5.tgz"}},"5.0.0":{"_upm":{"changelog":"### Fixed\n- Fixed a warning being generated each time a build was made. This required breaking change (BuildStartedCriterion now inehrit firectly from Criterion)"},"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@5.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"5.0.0","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"6c76d1b9ae59eafa7a0ad6f58bec171875c766d0","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-5.0.0.tgz"}},"4.2.0-pre.3":{"_upm":{"changelog":"### Added\n- The help panel now have a button to open the Assistant to ask question\n\n### Fixed\n- Media pop-out button now properly visible on light theme\n- Missing comma in style file"},"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@4.2/manual/index.html","name":"com.unity.learn.iet-framework","version":"4.2.0-pre.3","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"83e26ab5535c146114c134982449aeaca48116f5","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.2.0-pre.3.tgz"}},"4.2.0-pre.2":{"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@4.2/manual/index.html","name":"com.unity.learn.iet-framework","version":"4.2.0-pre.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"c5743ae4bfe01753fc2a99e8762cf70ca2b89b91","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.2.0-pre.2.tgz"}},"4.1.3":{"_upm":{"changelog":"### Fixed\n- Changed copy icon used by the code sample\n- Code sample copy icon now properly position for single line code sample\n- FAQ background now stay hidden when rescaling the tutorial window"},"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@4.1/manual/index.html","name":"com.unity.learn.iet-framework","version":"4.1.3","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"4bd5247958fcf0589e211cbfc014fdb9996f77ee","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.1.3.tgz"}},"4.2.0-pre.1":{"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@4.2/manual/index.html","name":"com.unity.learn.iet-framework","version":"4.2.0-pre.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"e144e11665f87958fb0de60386d5c4d439f8b15e","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.2.0-pre.1.tgz"}},"4.1.2":{"_upm":{"changelog":"### Fixed\n- Fixed low resolution of the link icon for sections that are links \n- Fixed some color problems with light version of the Editor"},"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@4.1/manual/index.html","name":"com.unity.learn.iet-framework","version":"4.1.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"06a41dbec48d373cdc3fb7ac71670474135d1dbf","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.1.2.tgz"}},"4.1.1":{"_upm":{"changelog":"### Fixed\n- video player now properly display the first frame when starting paused\n- Fixed data appending to report URL in FAQ breaking the URL\n- Fixed faq opening header being squished by too much content in the tutorial window"},"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@4.1/manual/index.html","name":"com.unity.learn.iet-framework","version":"4.1.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"4cec0b88c6ea687e70e49ee83b181eaa877bf8fb","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.1.1.tgz"}},"4.1.0":{"_upm":{"changelog":"### Changed\n- Back arrow won't be displayed on container with no Parent container anymore\n- Video Player has been refactored into a custom UIElement. This shouldn't change its usage but should improve performance\n- Section that are links now display an icon to let the user know this will open a browser\n\n### Added\n- New option *Mask Editor* on the Welcome Page that allow to mask the rest of the editor when the Welcome popup is opened\n- Welcome page can now also take a Video media as header instead of an Image\n- Tutorial and Tutorial Page now have an array of FAQ Entries where question-answer pair can be added. \n  Tutorial window now have a link at the top left that open the current page and tutorial FAQ entry in a window to guide \n  the learner\n- A link was added  at the top of the FAQ window to report problem with a tutorial. The address it sends user to\n  is defined in the TutorialSettings\n- Video Player can now have multiple speed\n- Video Player now have a playing head to help with scrubbing through videos\n\n### Fixed\n- Custom USS Light and Dark in the Tutorial Settings are now properly added to the Tutorial Window\n- Fixed path in default created uss through the Create/Tutorial submenu\n- Video player now display the 1st frame of the video when starting paused"},"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@4.1/manual/index.html","name":"com.unity.learn.iet-framework","version":"4.1.0","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"4d203d31812c006d959510942994e8ef5f4f236b","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.1.0.tgz"}},"4.0.4":{"_upm":{"changelog":"### Fixed\n\n- Popout window for media is now properly always unmasked even when resized"},"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@4.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"4.0.4","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"104e397c56f7e54a6b20dd4ed443ecc9e65a9472","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.0.4.tgz"}},"4.0.3":{"_upm":{"changelog":"### Fixed\n\n- Fixed some XMLDoc missing tags\n- Removed a stray Debug.Log\n- Fixed TutorialWindow sometime displaying a wrongly formated title\n- Added missing Localization String so some Title appear properly\n- Fixed Selector type in masking settings overlapping +/- control of Unamsked Control view\n- Muting button on GameView was muting video. Mutting is now removed and reapplied when video play/pause\n- Fixed rare case (mainly happening at authoring time) of a tutorial not being re-enterable after reloading"},"unity":"2021.3","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.learn.iet-framework@4.0/manual/index.html","name":"com.unity.learn.iet-framework","version":"4.0.3","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"4e5c5e4eeff965973ca34c642339fc083445c8fc","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.0.3.tgz"}},"4.0.2":{"_upm":{"changelog":"### Fixed\n\n- Scene View Camera was wrongly restored when the tutorial Restore Scene setting was set to false"},"type":"tool","unity":"2021.3","upmCi":{"footprint":"f05778ffef9919f1229e0583ab1b1a23089e939c"},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"2bb33e11c86adec8f2f59ff55abd5b6d4963867e"},"name":"com.unity.learn.iet-framework","version":"4.0.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"05d0892b8ad9721bd50a44ba80e0c49a8e53f274","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.0.2.tgz"}},"4.0.1":{"_upm":{"changelog":"## Fixed\n\n- Fixed video audio not playing until at least one domain reload had happened\n- Media popout now stay on top of editor as expected"},"type":"tool","unity":"2021.3","upmCi":{"footprint":"77c0b9b1ee793d213aacbaae480b46f73a48bc74"},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"715893fbe5b9a036b94338bc4315ea5f90452a0c"},"name":"com.unity.learn.iet-framework","version":"4.0.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"7684d87f7132b5709394535269a16b280021732c","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.0.1.tgz"}},"4.0.0":{"_upm":{"changelog":"### Changed\n- The minimum version supported by the package was raised to 2021.3\n\n### Added\n- Video now start paused and a set of control have been added to pause/play and scrub through them\n- Video can now be defined with an external URL that will be streamed in\n- Medias (Videos and Images) can now be pop-out into a separate window that can be resized\n- Added an optional image to be displayed after the instruction on a Tutorial page\n- Added an option in Scene management settings of Tutorial to not restore the scenes after exiting that tutorial to\nthe scenes that were opened before it started\n- Added a function to highlight the Tutorial Window in TutorialContainer\n- Added a new option, Focus Editor Window, is available when unmasking an EditorWindow. Setting this to true focus or open\nthe targeted window if it's not focused or opened yet.\n\n### Fixed\n- Text now use the built-in Rich Text support from UI Toolkit, so any rich text tag listed in the Unity Manual is now supported"},"type":"tool","unity":"2021.3","upmCi":{"footprint":"a1006bcbde6f9840012b24c4af81865bf4a77e7e"},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"80ead48f82d082042f622f03917640815467c8a4"},"name":"com.unity.learn.iet-framework","version":"4.0.0","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"dbae5e915262c01cf7b29a43892aa05f1e3fdaf8","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-4.0.0.tgz"}},"3.1.3":{"_upm":{"changelog":"### Fixed\n- Fixed issue where RichTextParser was incorrectly validating HTML as XML"},"type":"tool","unity":"2020.3","upmCi":{"footprint":"0fec6ce35c30f2f4b609c1ee8d9f99591c7e0964"},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"803438c4505769ffe25d5e411a59a8f2c8d8831a"},"name":"com.unity.learn.iet-framework","version":"3.1.3","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"4259ee2143614f7f86a3e1954a25fa08efff4415","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-3.1.3.tgz"}},"3.1.2":{"type":"tool","unity":"2020.3","upmCi":{"footprint":"f751a88c80605a9eab58209342e044bba72ab908"},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"1c9fc0cd9f492ae5b8b7dbf83112709014250731"},"name":"com.unity.learn.iet-framework","version":"3.1.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"00c8e84ea5e857087fa5a0f8c5a9a11deef1fe95","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-3.1.2.tgz"}},"2.2.3":{"type":"asset","unity":"2019.4","upmCi":{"footprint":"31b2562b67c674ba1df64d92868607ae4bec9386"},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"0ae980d59d0239712aafdcc030a683ccf2adf72f"},"name":"com.unity.learn.iet-framework","version":"2.2.3","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"56f402798a171eb5069e5707098a15e1c9a83938","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.2.3.tgz"}},"3.1.1":{"type":"tool","unity":"2020.3","upmCi":{"footprint":"d38c6fde9a1c633e04a1561c59d706caec820c8d"},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"72747f66cf61e0f22da00baa7b25bde17b14c3dd"},"name":"com.unity.learn.iet-framework","version":"3.1.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"03fb9954984cb070a2369c77cd07d460d3f11d09","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-3.1.1.tgz"}},"2.2.2":{"_id":"com.unity.learn.iet-framework@2.2.2","_upm":{"changelog":"### Fixed\n- Fixed errors with masking settings on Unity 2021 LTS\n- Fix from .net core 2.1 API to 2.0, documentation cleanup\n- Clean up RTP with a callback, clear changelog\n- Fix to naming and scope issues\n- Fixed missing support for relative file links in Rich Text Parser\n\n### Changed\n- Documentation and some cleanup"},"type":"asset","_from":"file:/tmp/com.unity.learn.iet-framework@2.2.2-lkt_iiu4.tgz","unity":"2019.4","upmCi":{"footprint":"78f017d4daf69e46a4c71ee81812ffd3d7f850ca"},"_resolved":"/tmp/com.unity.learn.iet-framework@2.2.2-lkt_iiu4.tgz","_integrity":"sha512-xsgqEAvsqxRra+8i4eoGg+4DwDWlRXvyLb7HYlWuq6b5qohMmxP4ijFiSj17cezFLMUWgTv59AMvlChqvPWRiA==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"c99914e6b0dec3c595bce2be11261c7bfff5c155"},"_npmVersion":"7.5.2","_nodeVersion":"12.22.5","name":"com.unity.learn.iet-framework","version":"2.2.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"b4146883a659047ce12daa2dd2914460b2a8825f","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.2.2.tgz"}},"2.2.1":{"_id":"com.unity.learn.iet-framework@2.2.1","upm":{"changelog":"### Fixed,- Fixed one test failing when running in the Unity Editor's test environment"},"type":"asset","_from":"file:/tmp/com.unity.learn.iet-framework@2.2.1-6a65d_7t.tgz","unity":"2019.4","upmCi":{"footprint":"0973be4d88299eaac368b499551821d92894418b"},"_resolved":"/tmp/com.unity.learn.iet-framework@2.2.1-6a65d_7t.tgz","_integrity":"sha512-pfDpAbqBAdODpQ9cylvEsZjJmFZgWmsTiS8G3/2YPX/sIKHxo6q9CSh63CSDitK62LMf9znOAkdKuMcyoYwZ4A==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"b52a4691a4ddddeebf982bb0379c0996f99c3f5b"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.learn.iet-framework","version":"2.2.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"2517bf2bf3df248d2cd92bad117c927bcf073dd2","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.2.1.tgz"}},"2.2.0":{"_id":"com.unity.learn.iet-framework@2.2.0","type":"asset","_from":"file:/tmp/com.unity.learn.iet-framework@2.2.0-7xswbe8h.tgz","unity":"2019.4","upmCi":{"footprint":"6f7a5aeabd302200cbd58623e7ee556814de690a"},"_resolved":"/tmp/com.unity.learn.iet-framework@2.2.0-7xswbe8h.tgz","_integrity":"sha512-g9Pe8Yh/QjaJcq9NsCfCROZfOrVqHKPjSZWck4iqCHsUoCbNpetrEj2XrAWKBQ+1lP7ek9eTNI2R5ioCmx682A==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"d9398ac74e39092e582647b5bd726f1f65ce6e34"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.learn.iet-framework","version":"2.2.0","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"84af278d0bb6a6b1984ec2b66d674ea4474a9909","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.2.0.tgz"}},"2.1.2":{"type":"asset","name":"com.unity.learn.iet-framework","version":"2.1.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"dbae5614e584c60897ac1e765ed4a0894b043f08","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.1.2.tgz"}},"2.1.2-pre.2":{"_id":"com.unity.learn.iet-framework@2.1.2-pre.2","type":"asset","_from":"file:com.unity.learn.iet-framework-2.1.2-pre.2.tgz","unity":"2019.4","upmCi":{"footprint":"2238ef99b57db11676dc4db522f84c10270e4eab"},"_resolved":"/pkgprom/com.unity.learn.iet-framework-2.1.2-pre.2.tgz","_integrity":"sha512-Ls488vb+Xl3HtQ62lx5BeSgirW/Jl/Q/e5TwdBLwVN/8hM5YNpOXg3axUG40CWFtTHxBw2JYV0QYkcp2YfkBOA==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"50fc84fed95ceba50d3b0e34faaba500aa71d330"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.learn.iet-framework","version":"2.1.2-pre.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"033fee2b006460c1a6f67e46b1597e60d9ebb734","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.1.2-pre.2.tgz"}},"2.1.1":{"_id":"com.unity.learn.iet-framework@2.1.1","type":"asset","_from":"file:com.unity.learn.iet-framework-2.1.1.tgz","unity":"2019.4","upmCi":{"footprint":"fb101d508e5b6e0c31b515c2c406042c80be30e1"},"_resolved":"/pkgprom/com.unity.learn.iet-framework-2.1.1.tgz","_integrity":"sha512-fzF9CsWsB+yes/17hobFUTDL1ZrKC2dQ4VIzSiBu6V335coV3oLqFKIZbk1KWaa774uygJOKQbRrxHuIhVfsJg==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"a2a6971c0f2353d10abee48dbc8867fee1ddff3f"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.learn.iet-framework","version":"2.1.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"494664648c963c2c3df962822067157642e9a96e","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.1.1.tgz"}},"2.1.1-pre.2":{"_id":"com.unity.learn.iet-framework@2.1.1-pre.2","type":"asset","_from":"file:com.unity.learn.iet-framework-2.1.1-pre.2.tgz","unity":"2019.4","upmCi":{"footprint":"2bb5844fd7cb05a58d14954ad9dead7b58fbb924"},"_resolved":"/pkgprom/com.unity.learn.iet-framework-2.1.1-pre.2.tgz","_integrity":"sha512-C5ghc8dFDuHEp4WVeiP/6ioSEpsrmAkDkur86jzswVi2rzMUerr8hRO/antW7GY++Y5lSPnYC05AZ3qiwK4w7A==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"6c69ebb1a248a8eb3bb062f158d56879c99f1e59"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.learn.iet-framework","version":"2.1.1-pre.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"3902872ebeab683d699c49077003ea2c011ef930","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.1.1-pre.2.tgz"}},"2.1.1-pre.1":{"_id":"com.unity.learn.iet-framework@2.1.1-pre.1","type":"asset","_from":"file:com.unity.learn.iet-framework-2.1.1-pre.1.tgz","unity":"2019.4","upmCi":{"footprint":"5d79270092239e15e8659b2d8c152547573ba320"},"_resolved":"/pkgprom/com.unity.learn.iet-framework-2.1.1-pre.1.tgz","_integrity":"sha512-93e1tECgRFgKo7+HIirYYs6J7s/0W9IgPfnf2gtGBACClzpjMZAkuGQ/fRosEY04uxQBxkIQBU6r+3F6hBchMA==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"0583c213d9bcf9341ffd9de28e2eaf56ded27b25"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.learn.iet-framework","version":"2.1.1-pre.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"e5c94c79115b5e9c177b71566e15746360cecf42","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.1.1-pre.1.tgz"}},"2.1.0":{"_id":"com.unity.learn.iet-framework@2.1.0","type":"asset","_from":"file:com.unity.learn.iet-framework-2.1.0.tgz","unity":"2019.4","upmCi":{"footprint":"b5970d8ca200f3d6c985ace439081774889362c9"},"_resolved":"/pkgprom/com.unity.learn.iet-framework-2.1.0.tgz","_integrity":"sha512-FmAqHltqDlV976wJepiFaG+OPI9TFsgiBfM08eUPEwwaRxZKqb+7gJTo9x/WbSrFfgkiHUJ7MsAsUEO4VBiadw==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"e29be291f605373e80fa5ccaf7aba5495d82204c"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.learn.iet-framework","version":"2.1.0","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"34998f727e23a1de63f157503d8911eff1d462f0","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.1.0.tgz"}},"2.1.0-pre.1":{"_id":"com.unity.learn.iet-framework@2.1.0-pre.1","type":"asset","_from":"file:com.unity.learn.iet-framework-2.1.0-pre.1.tgz","unity":"2019.4","upmCi":{"footprint":"12593557446106841a235b925565009393080433"},"_resolved":"/pkgprom/com.unity.learn.iet-framework-2.1.0-pre.1.tgz","_integrity":"sha512-hdKfEVr4N9rn3yaH8zSAcobnwMj+zUfeUPbNx1BH5wvrhHO/6nTMZ6T6y3ql3bqgXn/kAfMXKGkilagrMl6hPw==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"86fd73ecbe0bf21fd8c1fea4ba689df29ea14fb7"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.learn.iet-framework","version":"2.1.0-pre.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"8eb48f7df2d411d5d327faff4aba099411ccbf9e","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.1.0-pre.1.tgz"}},"2.0.0":{"_id":"com.unity.learn.iet-framework@2.0.0","type":"asset","_from":"file:com.unity.learn.iet-framework-2.0.0.tgz","unity":"2019.4","upmCi":{"footprint":"d96f3912977d007776079b9f8669ba3a341c9402"},"_resolved":"/Users/pascall/Downloads/packages/candidates/com.unity.learn.iet-framework-2.0.0.tgz","_integrity":"sha512-AMiakeI0a2NkhihYgZ0nB43lPkBpMo2Mq0TO+IspJ8+/iqrscvoSXvZgz5POiR4F2lz/2bYeyHlhPzL1yp/1UA==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"658eac0bac26932f92df53642fdcdf466bb324dc"},"_npmVersion":"7.5.4","_nodeVersion":"15.5.0","relatedPackages":{"com.unity.learn.iet-framework.tests":"2.0.0"},"name":"com.unity.learn.iet-framework","version":"2.0.0","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"e14c0456a99a4e700ab50cb9fcbe26e83ae1edc6","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.0.0.tgz"}},"2.0.0-pre.6":{"_id":"com.unity.learn.iet-framework@2.0.0-pre.6","type":"asset","_from":"file:com.unity.learn.iet-framework-2.0.0-pre.6.tgz","unity":"2019.4","upmCi":{"footprint":"109ac90a949fa1694e312c5866019ccc39c9f497"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working.\n\n## Setup\nFor Unity 2021.2 and newer, simply search for \"Tutorial Framework\" in the Package Manager. For older Unity versions, this package is not currently discoverable,\nand you need to add the following line to the `dependencies` list of `Packages/manifest.json`:  \n`\"com.unity.learn.iet-framework\": \"2.0.0-pre.6\"`\n\nMake sure to update to the latest version of the package.\n\n## Authoring tools\nFor instructions on how to add authoring tools, see the [Tutorial Authoring Tools documenation](https://docs.unity3d.com/Packages/com.unity.learn.iet-framework.authoring@1.0/manual/index.html).\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"a6a265937dfaae52cd86de3a237ea314fad0e6af"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","relatedPackages":{"com.unity.learn.iet-framework.tests":"2.0.0-pre.6"},"name":"com.unity.learn.iet-framework","version":"2.0.0-pre.6","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"1dab54ab18f2c33153beb3fe7856e83cf565b5b6","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.0.0-pre.6.tgz"}},"2.0.0-pre.5":{"_id":"com.unity.learn.iet-framework@2.0.0-pre.5","type":"asset","_from":"file:com.unity.learn.iet-framework-2.0.0-pre.5.tgz","unity":"2019.4","upmCi":{"footprint":"24e39ce925dc90feed5ff185ccd7cb7568fa3f1c"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working. **This package relies heavily on Unity internals.**\n\n## Setup\nFollow those steps to add support for in-Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"2.0.0-pre.4\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"727cae0bcc491ed6737fa02144b9483f7cc6c123"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","relatedPackages":{"com.unity.learn.iet-framework.tests":"2.0.0-pre.5"},"name":"com.unity.learn.iet-framework","version":"2.0.0-pre.5","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"c3b3a0e68013e99b0a3ed65f7a77c4919dd73139","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.0.0-pre.5.tgz"}},"2.0.0-pre.4":{"_id":"com.unity.learn.iet-framework@2.0.0-pre.4","type":"asset","_from":"file:com.unity.learn.iet-framework-2.0.0-pre.4.tgz","unity":"2019.4","upmCi":{"footprint":"14d0b62ce2fdee92fb31e2619587797363a49025"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working. **This package relies heavily on Unity internals.**\n\n## Setup\nFollow those steps to add support for in-Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"2.0.0-pre.4\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"9edb7f8749a54b916d5134cb9a5bb939976875b8"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"2.0.0-pre.4","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"a7c17e863f05e55be7fe36151ff731635e25797d","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.0.0-pre.4.tgz"}},"1.2.3":{"_id":"com.unity.learn.iet-framework@1.2.3","type":"asset","unity":"2019.4","upmCi":{"footprint":"7111d174b31949cad6fd9943d8ede72d3578c336"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working. **This package relies heavily on Unity internals.**\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"d8844989d65f92c6dede187e8149d129ac4f6a41"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.2.3","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.2"},"dist":{"shasum":"dab53e2f7d7248eee00e1492a86153eecf81dd16","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.2.3.tgz"}},"2.0.0-pre.3":{"_id":"com.unity.learn.iet-framework@2.0.0-pre.3","type":"asset","_from":"file:com.unity.learn.iet-framework-2.0.0-pre.3.tgz","unity":"2019.4","upmCi":{"footprint":"b8b7dd47eb6dfd2616f72975eb698bd299682260"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working. **This package relies heavily on Unity internals.**\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"50c6d566b54a72e43d5b42689c10f018a7115394"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"2.0.0-pre.3","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.3"},"dist":{"shasum":"b6bb488e86c5ae7e2e7b6e72512121a19d7e34fb","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.0.0-pre.3.tgz"}},"1.2.2":{"_id":"com.unity.learn.iet-framework@1.2.2","type":"asset","unity":"2019.4","upmCi":{"footprint":"6cbf10238a774dc60cd60123ee02483d829de753"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working. **This package relies heavily on Unity internals.**\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"88c0d4d927b412c7eddcc9cce5dc15056f5fbd4d"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.2.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.2"},"dist":{"shasum":"8046aa43cb4ea57ec05157ff052964e007e517c7","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.2.2.tgz"}},"1.2.1":{"_id":"com.unity.learn.iet-framework@1.2.1","type":"asset","unity":"2019.4","upmCi":{"footprint":"e4298a7c648ce8104c98c06bce3257b0c62573d2"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working. **This package relies heavily on Unity internals.**\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"db2eed9e06d7096d9affcb7ca23b18fcf8ec9898"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.2.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.2"},"dist":{"shasum":"0dd4f21bf2844f66955ae09d05b55a847a855d14","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.2.1.tgz"}},"2.0.0-pre.1":{"_id":"com.unity.learn.iet-framework@2.0.0-pre.1","type":"asset","unity":"2019.4","upmCi":{"footprint":"adb9a00975d7b9354978e31a91b699c82854dce9"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working. **This package relies heavily on Unity internals.**\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"46abcbdea55232b510fc9569951d39fe2e53bbdc"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"2.0.0-pre.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.2"},"dist":{"shasum":"f48ae4841e155eed92c01790d108531ffd240068","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-2.0.0-pre.1.tgz"}},"1.2.0":{"_id":"com.unity.learn.iet-framework@1.2.0","type":"asset","unity":"2019.4","upmCi":{"footprint":"07081a07e6e6868c70bc728a18f0c88265dee62a"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working. **This package relies heavily on Unity internals.**\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"57d2e460ccffa03d66ee55ed0d34f47e67338f1b"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.2.0","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0","com.unity.settings-manager":"1.0.2"},"dist":{"shasum":"17256ed166eece505692b283a0e32fae463b68eb","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.2.0.tgz"}},"1.1.0":{"_id":"com.unity.learn.iet-framework@1.1.0","type":"asset","unity":"2019.4","upmCi":{"footprint":"3733b43a3f43b7f2676b0456c74743fbd269e7d9"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working.\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"d05b793ba150e16091f7049b5bc8d0b22ea122ca"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.1.0","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"32b3d15748c6669feb762a4e71e2c6b5567e86b2","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.1.0.tgz"}},"1.1.0-preview.4":{"_id":"com.unity.learn.iet-framework@1.1.0-preview.4","type":"asset","_from":"file:com.unity.learn.iet-framework-1.1.0-preview.4.tgz","unity":"2019.4","upmCi":{"footprint":"3733b43a3f43b7f2676b0456c74743fbd269e7d9"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working.\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"6e1dc1c1107ceadb9e3bbd9b769b87dfd2c62682"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.1.0-preview.4","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"b7838dcdf954883607296e1c7f9083b18ff35da9","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.1.0-preview.4.tgz"}},"1.1.0-preview.3":{"_id":"com.unity.learn.iet-framework@1.1.0-preview.3","type":"asset","_from":"file:com.unity.learn.iet-framework-1.1.0-preview.3.tgz","unity":"2019.4","upmCi":{"footprint":"90ceae3693a26036bdbf68ae894ad9a92b53e387"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working.\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"0209f8cd1baf1509dc216fb042a6e26144f2b6bd"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.1.0-preview.3","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"5be3730b4b967cae0db06efccfc752c892311780","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.1.0-preview.3.tgz"}},"1.1.0-preview.2":{"_id":"com.unity.learn.iet-framework@1.1.0-preview.2","type":"asset","_from":"file:com.unity.learn.iet-framework-1.1.0-preview.2.tgz","unity":"2019.4","upmCi":{"footprint":"6576f5fcf2a0d51087ecda3d3101b9fa33ed96ca"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working.\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"0553e36f17127a3c5a776595738c185e94c25161"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.1.0-preview.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"8986331c4727f71a9c6d4ef8ddad4ea244b72255","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.1.0-preview.2.tgz"}},"1.0.3":{"_id":"com.unity.learn.iet-framework@1.0.3","type":"asset","unity":"2019.3","upmCi":{"footprint":"0dbb83e90947692ead1196f89dc78f85c63787e5"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working.\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"13b34cac8684127af9e96c869e12a6bd31ad84fd"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.0.3","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"a1cb6ec32898aa9f03b75675b91c457abf3ed216","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.0.3.tgz"}},"1.0.3-preview.2":{"_id":"com.unity.learn.iet-framework@1.0.3-preview.2","type":"asset","_from":"file:com.unity.learn.iet-framework-1.0.3-preview.2.tgz","unity":"2019.3","upmCi":{"footprint":"0dbb83e90947692ead1196f89dc78f85c63787e5"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working.\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"a612f9168fb530288d66d5eeaaafb7a503db9733"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.0.3-preview.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"b5c499f373ee5b521f8cb4ae2cf6bca3381a903e","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.0.3-preview.2.tgz"}},"1.0.3-preview.1":{"_id":"com.unity.learn.iet-framework@1.0.3-preview.1","type":"asset","_from":"file:com.unity.learn.iet-framework-1.0.3-preview.1.tgz","unity":"2019.3","upmCi":{"footprint":"964bda8d9436e0573f80655113478291b83a13d5"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working.\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"53e2c4fbffee3fb66c02594a78e422000d73818f"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.0.3-preview.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"116f3e9cd66a9fd41d75402d63e9da7874f3fc5f","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.0.3-preview.1.tgz"}},"1.0.2":{"_id":"com.unity.learn.iet-framework@1.0.2","type":"asset","unity":"2019.3","upmCi":{"footprint":"ab00911e5edf3721a04e18ee7d07dc516370d6d0"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working.\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"1bc8d046e595963d92fb59a6921c936cb2ea2705"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.0.2","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"7cb652d487a11799e850354e9648a364610219c5","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.0.2.tgz"}},"1.0.1":{"_id":"com.unity.learn.iet-framework@1.0.1","type":"asset","_from":"file:C:/Users/BRIANR~1/AppData/Local/Temp/com.unity.learn.iet-framework-1.0.1.tgz","unity":"2019.3","upmCi":{"footprint":"b41b54049d4577cd7de695f239f15b4e62cc39aa"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working.\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_npmUser":{"email":"brian.rodway@unity3d.com"},"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"04072dbf60b5e23c6e313df677a4ee708f5bd1d0"},"_npmVersion":"6.14.4","_nodeVersion":"12.16.3","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.0.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"570426362c3063234754ce910d7f54696aaa8064","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.0.1.tgz"}},"1.0.0":{"_id":"com.unity.learn.iet-framework@1.0.0","type":"asset","unity":"2019.3","upmCi":{"footprint":"3b04a3d551b362d1c5f5250bda1ae4f96580b8cc"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working.\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"3aa26b90cb486708bae5b74c105bd544379c2d1b"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"1.0.0","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"e4a526612e24279e6f96b0b7d038778f279ebb82","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-1.0.0.tgz"}},"0.5.1-preview.1":{"_id":"com.unity.learn.iet-framework@0.5.1-preview.1","type":"asset","_from":"file:com.unity.learn.iet-framework-0.5.1-preview.1.tgz","unity":"2019.3","upmCi":{"footprint":"202ae7679377e2dda798c00cbc8efef2304d64c8"},"readme":"# Tutorial Framework\n---------\nThis package is needed to have In-Editor Tutorials working.\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"0e5e5af1573175c5e213b3cecbeb69d5bf3e8ffb"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"0.5.1-preview.1","displayName":"Tutorial Framework","description":"This package is used to display interactive in-Editor tutorials in tutorial projects and project templates. This package is meant to be used only by Unity internally.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"562192506805728dde896aff0f8bf08617a437bc","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.5.1-preview.1.tgz"}},"0.5.1-preview":{"_id":"com.unity.learn.iet-framework@0.5.1-preview","type":"asset","_from":"file:com.unity.learn.iet-framework-0.5.1-preview.tgz","unity":"2019.3","upmCi":{"footprint":"2e90ec68c98d74f31c61e3317422bb5717fd1ec0"},"readme":"# In Editor Interactive Tutorials \n---------\nThis package is needed to have In Editor Tutorials working.\n\n**This package relies on Unity internals and is not available on production**\n\n## Setup\nFollow those steps to add support to in Editor tutorials to your project/template:\n\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\n\nExample:\n\n    {\n        \"dependencies\": {\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\n        }\n    }\nMake sure to use the latest version available of the package.\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"f92fc75034fb429fa9e016e06cfd740a09819657"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"0.5.1-preview","displayName":"Interactive Tutorial Core","description":"In-Editor Tutorial Framework. This package is mandatory for all In-Editor Tutorials and required by the IET Authoring Tools.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"2eee77c43248fb7d8232f2a33b8a8dd14520796a","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.5.1-preview.tgz"}},"0.5.0-preview.2":{"_id":"com.unity.learn.iet-framework@0.5.0-preview.2","type":"asset","_from":"file:com.unity.learn.iet-framework-0.5.0-preview.2.tgz","unity":"2019.3","upmCi":{"footprint":"2936925875fc0e531d8ff0be770e312a35a518bc"},"readme":"# In Editor Interactive Tutorials \r\n---------\r\nThis package is needed to have In Editor Tutorials working.\r\n\r\n**This package relies on Unity internals and is not available on production**\r\n\r\n## Setup\r\nFollow those steps to add support to in Editor tutorials to your project/template:\r\n\r\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\r\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\r\n\r\nExample:\r\n\r\n    {\r\n        \"dependencies\": {\r\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\r\n        }\r\n    }\r\nMake sure to use the latest version available of the package.\r\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"3ec6a00a8920fd57bc282c0a3dd19de224028f6b"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"0.5.0-preview.2","displayName":"Interactive Tutorial Core","description":"In-Editor Tutorial Framework. This package is mandatory for all In-Editor Tutorials and required by the IET Authoring Tools.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"1.0.0"},"dist":{"shasum":"9ad2b25197a66ed1d2c971494db7dd97d0278576","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.5.0-preview.2.tgz"}},"0.4.0-preview.1":{"_id":"com.unity.learn.iet-framework@0.4.0-preview.1","type":"asset","_from":"file:com.unity.learn.iet-framework-0.4.0-preview.1.tgz","unity":"2019.3","upmCi":{"footprint":"cf23435d5e14c77e2e2dca2bc501b6d1bddb0dce"},"readme":"# In Editor Interactive Tutorials \r\n---------\r\nThis package is needed to have In Editor Tutorials working.\r\n\r\n**This package relies on Unity internals and is not available on production**\r\n\r\n## Setup\r\nFollow those steps to add support to in Editor tutorials to your project/template:\r\n\r\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\r\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\r\n\r\nExample:\r\n\r\n    {\r\n        \"dependencies\": {\r\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\r\n        }\r\n    }\r\nMake sure to use the latest version available of the package.\r\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"53282479a2ff59f50b069b41b30c088fb8772626"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"0.4.0-preview.1","displayName":"Interactive Tutorial Core","description":"In-Editor Tutorial Framework. This package is mandatory for all In-Editor Tutorials and required by the IET Authoring Tools.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"0.1.0-preview.1"},"dist":{"shasum":"63c30d83baa935fe719912a2eb3e40c55aed7287","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.4.0-preview.1.tgz"}},"0.3.0-preview.5":{"_id":"com.unity.learn.iet-framework@0.3.0-preview.5","type":"asset","_from":"file:com.unity.learn.iet-framework-0.3.0-preview.5.tgz","unity":"2019.3","readme":"# In Editor Interactive Tutorials \r\n---------\r\nThis package is needed to have In Editor Tutorials working.\r\n\r\n**This package relies on Unity internals and is not available on production**\r\n\r\n## Setup\r\nFollow those steps to add support to in Editor tutorials to your project/template:\r\n\r\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\r\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\r\n\r\nExample:\r\n\r\n    {\r\n        \"dependencies\": {\r\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\r\n        }\r\n    }\r\nMake sure to use the latest version available of the package.\r\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"04064a0c99d1c1dafd09bf5a6cbe36ead77302f8","footprint":"a16051e1893270af47ecc418c1d4fbdca66cbec7"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"0.3.0-preview.5","displayName":"Interactive Tutorial Core","description":"In-Editor Tutorial Framework. This package is mandatory for all In-Editor Tutorials and required by the IET Authoring Tools.","keywords":["tutorials"],"dependencies":{"com.unity.editorcoroutines":"0.1.0-preview.1"},"dist":{"shasum":"3bfe805b1fbc298bea98ead0afba8ba98048d52a","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.3.0-preview.5.tgz"}},"0.2.3-preview.1":{"_id":"com.unity.learn.iet-framework@0.2.3-preview.1","type":"asset","_from":"file:com.unity.learn.iet-framework-0.2.3-preview.1.tgz","unity":"2018.4","readme":"# In Editor Interactive Tutorials \r\n---------\r\nThis package is needed to have In Editor Tutorials working.\r\n\r\n**This package relies on Unity internals and is not available on production**\r\n\r\n## Setup\r\nFollow those steps to add support to in Editor tutorials to your project/template:\r\n\r\n- Add `com.unity.learn.iet-framework` to your `dependencies` list to your project `manifest.json`\r\n- To add authoring tools check the readme of [com.unity.learn.iet-framework.authoring](../com.unity.learn.iet-framework.authoring)\r\n\r\nExample:\r\n\r\n    {\r\n        \"dependencies\": {\r\n            \"com.unity.learn.iet-framework\": \"0.1.6-preview\"\r\n        }\r\n    }\r\nMake sure to use the latest version available of the package.\r\n","_npmUser":{"name":"service-airflow-production@unity","email":"packman-ops+service-airflow-production@unity3d.com"},"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"f0c437096193b0dcc5e3ce4ca0600ebbb22d3cd6","footprint":"e582ce9084bb46d27a7aba67bb1509de1ed5c178"},"_npmVersion":"6.13.4","_nodeVersion":"12.14.1","readmeFilename":"README.md","name":"com.unity.learn.iet-framework","version":"0.2.3-preview.1","displayName":"Interactive Tutorial Core","description":"In-Editor Tutorial Framework. This package is mandatory for all In-Editor Tutorials and required by the IET Authoring Tools.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"8b60d4040d16607c27253b179dfc9797edb1f1c4","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.2.3-preview.1.tgz"}},"0.2.2-preview":{"_id":"com.unity.learn.iet-framework@0.2.2-preview","type":"asset","unity":"2018.4","scripts":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/iet-package.git","type":"git","revision":"f7dbdc442b412d5feacf6f2f6167bf456edc34d7"},"name":"com.unity.learn.iet-framework","version":"0.2.2-preview","displayName":"Interactive Tutorial Core","description":"In-Editor Tutorial Framework. This package is mandatory for all In-Editor Tutorials and required by the IET Authoring Tools.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"28f1145749e366b3272f99345c1c5918422e83d2","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.2.2-preview.tgz"}},"0.2.1-preview.1":{"_id":"com.unity.learn.iet-framework@0.2.1-preview.1","type":"asset","unity":"2018.4","scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/iet-package.git","type":"git","revision":"a1188116bf77ae1e7513684d5df75637c02ebff8"},"name":"com.unity.learn.iet-framework","version":"0.2.1-preview.1","displayName":"Interactive Tutorial Core","description":"In-Editor Tutorial Framework. This package is mandatory for all In-Editor Tutorials and required by the IET Authoring Tools.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"89568394dbfddbca5a44e08c20a1a2e1f6861353","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.2.1-preview.1.tgz"}},"0.2.0-preview.1":{"_id":"com.unity.learn.iet-framework@0.2.0-preview.1","type":"asset","unity":"2018.4","scripts":{},"repository":{"url":"git@github.com:UnityTech/iet-package.git","type":"git","revision":"1573f9a6669df3015b7685f14635b1082f58aeec"},"name":"com.unity.learn.iet-framework","version":"0.2.0-preview.1","displayName":"Interactive Tutorial Core","description":"In-Editor Tutorial Framework. This package is mandatory for all In-Editor Tutorials and required by the IET Authoring Tools.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"0f3ee18119e7125ab13dd71b44a20788574f528b","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.2.0-preview.1.tgz"}},"0.1.18-preview":{"_id":"com.unity.learn.iet-framework@0.1.18-preview","type":"asset","unity":"2018.4","scripts":{},"repository":{"url":"git@github.com:UnityTech/iet-package.git","type":"git","revision":"8188037c515dae84b6391ca0f6a869a1bcfff188"},"name":"com.unity.learn.iet-framework","version":"0.1.18-preview","displayName":"Interactive Tutorial Core","description":"This package is mandatory for all In-Editor Tutorials.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"59de29051d1c8e6ddd6d2a6c185dd7e865ef7f14","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.1.18-preview.tgz"}},"0.1.17-preview":{"_id":"com.unity.learn.iet-framework@0.1.17-preview","unity":"2018.4","scripts":{},"repository":{"url":"git@github.com:UnityTech/iet-package.git","type":"git","revision":"b43fdcd9550b6849c31f697ef315e47ccd089d11"},"name":"com.unity.learn.iet-framework","version":"0.1.17-preview","displayName":"Interactive Tutorial Core","description":"This package is mandatory for all In-Editor Tutorials.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"b11b2ff66c41a21607c3e82e676df2c1b68e8963","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.1.17-preview.tgz"}},"0.1.16-preview":{"_id":"com.unity.learn.iet-framework@0.1.16-preview","unity":"2018.3","scripts":{},"repository":{"url":"https://github.com/UnityTech/iet-package.git","type":"git","revision":"5c42525c172440d95642b7aae0602d4537ea9c30"},"name":"com.unity.learn.iet-framework","version":"0.1.16-preview","displayName":"Interactive Tutorial Core","description":"This package is mandatory for all In-Editor Tutorials.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"aa4ea11aaeb0e73b9e83d1bc08ef5f8672a5d0e6","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.1.16-preview.tgz"}},"0.1.15-preview":{"_id":"com.unity.learn.iet-framework@0.1.15-preview","unity":"2018.3","scripts":{},"repository":{"url":"git@github.com:UnityTech/iet-package.git","type":"git","revision":"413f7651dc3bcbd252d5c7ecbff158fd02c946ea"},"name":"com.unity.learn.iet-framework","version":"0.1.15-preview","displayName":"Interactive Tutorial Core","description":"This package is mandatory for all In-Editor Tutorials.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"f30f90b00030d712b05b6dacf215bcf966043e60","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.1.15-preview.tgz"}},"0.1.14-preview":{"_id":"com.unity.learn.iet-framework@0.1.14-preview","unity":"2018.3","scripts":{},"repository":{"url":"git@github.com:UnityTech/iet-package.git","type":"git","revision":"af81a62ce7f5a35a04ac9605041ed99c80160a46"},"name":"com.unity.learn.iet-framework","version":"0.1.14-preview","displayName":"Interactive Tutorial Core","description":"This package is mandatory for all In-Editor Tutorials.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"48e071493207257323937b0290d9027e3f6c232d","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.1.14-preview.tgz"}},"0.1.13-preview":{"_id":"com.unity.learn.iet-framework@0.1.13-preview","unity":"2018.3","repository":{"url":"git@github.com:UnityTech/iet-package.git","type":"git","revision":"953b6132bd113b2bd5f49a8a5743be23521dc527"},"name":"com.unity.learn.iet-framework","version":"0.1.13-preview","displayName":"Interactive Tutorial Core","description":"This package is mandatory for all In-Editor Tutorials.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"d93216b129ef1aa6ec74fea7308d79c83dd4a219","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.1.13-preview.tgz"}},"0.1.12-preview.2":{"_id":"com.unity.learn.iet-framework@0.1.12-preview.2","unity":"2018.3","repository":{"url":"git@github.com:UnityTech/iet-package.git","type":"git","revision":"b6d9ab1e55f90eb4c811572ccb807e561a94bdbd"},"name":"com.unity.learn.iet-framework","version":"0.1.12-preview.2","displayName":"Interactive Tutorial Core","description":"This package is mandatory for all In-Editor Tutorials.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"22c6f754d6a83715db8f28102ea0c90a28f0cde4","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.1.12-preview.2.tgz"}},"0.1.10-preview":{"_id":"com.unity.learn.iet-framework@0.1.10-preview","unity":"2018.3","repository":{"url":"git@github.com:UnityTech/iet-package.git","type":"git","revision":"79436dd653fb5776e24df3ff4eacfcec10cfa239"},"name":"com.unity.learn.iet-framework","version":"0.1.10-preview","displayName":"Interactive Tutorial Core","description":"This package is mandatory for all In-Editor Tutorials.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"df42d6c885d367b490aba94b4c9b23195bdaf2ea","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.1.10-preview.tgz"}},"0.1.8-preview":{"_id":"com.unity.learn.iet-framework@0.1.8-preview","unity":"2018.3","repository":{"url":"git@github.com:UnityTech/iet-package.git","type":"git","revision":"b7e09d79a13d2a48f2ab7cba7eb9d41cbb3d9549"},"name":"com.unity.learn.iet-framework","version":"0.1.8-preview","displayName":"Interactive Tutorial Core","description":"This package is mandatory for all In-Editor Tutorials.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"3061c4dbe25789b9c351a670a18048700dfe1cba","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.1.8-preview.tgz"}},"0.1.4-preview":{"_id":"com.unity.learn.iet-framework@0.1.4-preview","unity":"2018.3","repository":{"url":"git@github.com:UnityTech/iet-package.git","type":"git","revision":"ee4362ed1161ff91d99a78a4cd6b93e060d4026b"},"name":"com.unity.learn.iet-framework","version":"0.1.4-preview","displayName":"Interactive Tutorial Core","description":"This package is mandatory for all In-Editor Tutorials.","keywords":["tutorials"],"dependencies":{},"dist":{"shasum":"16e263f7c7dab5ecfd2a79b87c91e0e4966601c2","tarball":"https://download.packages.unity.com/com.unity.learn.iet-framework/-/com.unity.learn.iet-framework-0.1.4-preview.tgz"}}},"time":{"6.0.3":"2026-06-18T10:42:01.460Z","5.0.4":"2026-05-15T15:03:50.981Z","6.0.2":"2026-03-05T12:01:24.014Z","6.0.1":"2026-02-24T09:55:48.548Z","6.0.0":"2026-02-23T11:36:34.389Z","5.0.3":"2026-02-20T15:03:43.883Z","6.0.0-pre.7":"2026-02-16T08:59:55.369Z","6.0.0-pre.6":"2026-02-13T11:48:27.246Z","6.0.0-pre.5":"2026-02-13T08:22:23.493Z","6.0.0-pre.3":"2026-02-12T10:14:11.227Z","5.0.2":"2025-08-28T14:14:12.349Z","5.0.1":"2025-08-04T12:00:48.377Z","4.1.5":"2025-07-23T13:46:43.469Z","5.0.0":"2025-06-30T16:12:04.600Z","4.2.0-pre.3":"2025-06-24T15:10:49.474Z","4.2.0-pre.2":"2025-05-20T09:18:17.096Z","4.1.3":"2025-04-08T10:49:30.506Z","4.2.0-pre.1":"2025-03-28T13:59:26.193Z","4.1.2":"2025-03-17T14:43:18.508Z","4.1.1":"2025-02-20T18:12:11.739Z","4.1.0":"2025-02-10T11:25:35.934Z","4.0.4":"2025-01-27T13:38:56.381Z","4.0.3":"2024-11-12T10:48:18.118Z","4.0.2":"2024-09-11T11:57:56.309Z","4.0.1":"2024-09-03T09:06:05.614Z","4.0.0":"2024-07-15T11:47:44.000Z","3.1.3":"2022-12-12T10:21:49.000Z","3.1.2":"2022-12-07T20:17:39.000Z","2.2.3":"2022-09-21T15:53:40.000Z","3.1.1":"2022-09-13T12:33:51.000Z","2.2.2":"2022-06-07T00:45:05.000Z","2.2.1":"2022-02-25T13:37:29.000Z","2.2.0":"2022-02-17T13:20:31.000Z","2.1.2":"2022-01-21T12:59:32.000Z","2.1.2-pre.2":"2022-01-17T16:00:12.000Z","2.1.1":"2021-11-03T17:13:03.000Z","2.1.1-pre.2":"2021-11-01T19:23:14.000Z","2.1.1-pre.1":"2021-11-01T10:30:33.000Z","2.1.0":"2021-10-21T17:17:36.000Z","2.1.0-pre.1":"2021-10-04T13:44:03.000Z","2.0.0":"2021-07-08T18:27:23.000Z","2.0.0-pre.6":"2021-06-17T19:27:13.000Z","2.0.0-pre.5":"2021-05-18T18:29:12.000Z","2.0.0-pre.4":"2021-03-10T12:52:23.000Z","1.2.3":"2021-03-04T23:10:20.000Z","2.0.0-pre.3":"2021-03-02T18:25:17.000Z","1.2.2":"2021-01-15T14:32:31.000Z","1.2.1":"2020-11-18T14:19:55.000Z","2.0.0-pre.1":"2020-11-17T19:09:50.000Z","1.2.0":"2020-11-10T21:34:21.000Z","1.1.0":"2020-09-22T16:32:25.000Z","1.1.0-preview.4":"2020-09-21T22:26:33.000Z","1.1.0-preview.3":"2020-09-21T10:08:09.000Z","1.1.0-preview.2":"2020-09-10T16:59:16.000Z","1.0.3":"2020-08-27T19:43:52.000Z","1.0.3-preview.2":"2020-08-27T11:19:19.000Z","1.0.3-preview.1":"2020-08-27T08:43:46.000Z","1.0.2":"2020-08-06T13:28:30.000Z","1.0.1":"2020-07-27T09:02:06.000Z","1.0.0":"2020-07-17T15:29:26.000Z","0.5.1-preview.1":"2020-07-06T12:29:15.000Z","0.5.1-preview":"2020-07-02T18:20:59.000Z","0.5.0-preview.2":"2020-06-23T11:38:53.000Z","0.4.0-preview.1":"2020-06-04T00:21:41.000Z","0.3.0-preview.5":"2020-03-25T22:08:47.000Z","0.2.3-preview.1":"2020-02-27T16:22:37.000Z","0.2.2-preview":"2020-02-25T16:03:01.000Z","0.2.1-preview.1":"2019-11-22T13:03:32.000Z","0.2.0-preview.1":"2019-10-21T20:02:25.000Z","0.1.18-preview":"2019-10-21T07:02:30.000Z","0.1.17-preview":"2019-07-25T18:02:09.000Z","0.1.16-preview":"2019-05-16T14:01:32.000Z","0.1.15-preview":"2019-04-03T11:59:33.000Z","0.1.14-preview":"2019-04-03T11:59:30.000Z","0.1.13-preview":"2019-04-03T11:59:27.000Z","0.1.12-preview.2":"2019-04-03T11:59:23.000Z","0.1.10-preview":"2019-04-03T11:59:20.000Z","0.1.8-preview":"2019-04-03T11:59:17.000Z","0.1.4-preview":"2019-04-03T11:59:13.000Z"},"dist-tags":{"latest":"6.0.3"},"etag":"\"1eec8-jfFykrkD/Kw2CuG5Q9NY7iuA2R8\""}