com.unity.learn.iet-framework 2.2.3

com.unity.learn.iet-framework

Notes: processedReleased September 21, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

🔧 Bug Fixes

  • Fixed performance issues caused by unneeded calls to InternalEditorUtility.RepaintAllViews(), which caused the whole editor's UI to be redrawn
  • Fixed performance issues caused by unnecessary redraws of the making/highlighting. The masking logic has been optimized to avoid redrawing of masking / highlighting when it is not needed
  • Fixed masking data being constantly recalculated even when a tutorial wasn't running
  • Fixed Tutorial URLs not being opened if they didn't start with http:// or https:// and didn't have at least a 3rd level domain in the url
  • Fixed TutorialPage's "URL that points to local resource/folder/file" feature not working