com.unity.learn.iet-framework 1.1.0

com.unity.learn.iet-framework

Notes: processedReleased September 22, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

Package Dependencies

Features

  • Support for both Personal/Light & Professional/Dark style sheets. The styles can be customised on a per-project basis using `TutorialStyles`.
  • Rich text parser: validate input, create a clickable error label for invalid input.
  • It is now possible to highlight/unmask Unity Object specific UI element by referencing the object properly instead of relying solely to a name matching logic.

📈 Improvements

  • Raised the required Unity version to 2019.4.
  • Hide the tutorial media header if the page has no media set.
  • Unit tests are omitted from the package. Also renamed the unit test assembly in order to prevent name clashes with other internal Unity projects if the package is used as a local file package.

🔧 Bug Fixes

  • Fixed masking and highlighting for Unity 2020.1 and newer.
  • Fixed overwhelming memory usage of `VideoPlaybackManager`.
  • Fixed all UI textures use the correct (GUI) texture type for better visual quality.
  • `TutorialPage`: fixed null reference exception if selecting *None* as *Media* while having *Video* as *Media Type*.
  • Cleaned up PO files from dummy test translations.
  • Fixed null reference exception spam when rerunning a newly created tutorial.