com.unity.learn.iet-framework 2.1.0

com.unity.learn.iet-framework

Notes: processedReleased October 21, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

📈 Improvements

  • When traversing back to an already completed tutorial page, the masking settings of the page are reapplied if the page doesn't have completion criteria set.
  • This new behavior improves the tutorial authoring experience and allows a tutorial user to reobserve pages in "a tour of the UI" type of tutorials.
  • When applying masking, do not not throw an exception if unmasked view's **Editor Window Type** or **View Type** is explicitly set to **None**, meaning, the masking is likely not fully configured yet.

🔧 Bug Fixes

  • Fixed auto-completion of `SceneViewCameraMovedCriterion` not working.
  • Fixed unresolved `SerializedType` values being shown incorrectly as **None**. These values are now shown as **Not Found** with a red background in the Inspector.
  • Fixed `SerializedType` values that were resolved but the resolved type had a different assembly-qualified type name than the original name being shown incorrectly as **None**. These values are now shown with a yellow background in the Inspector.
  • Fixed NRE when auto-advancing a tutorial page with video on Unity 2021 and newer.

API Changes

  • UI: Removed drop shadows from title and subtitle of tutorial category/project cards and tutorial window's header as the `text-shadow` USS property is not supported on Unity 2020 and older.