Search Issue Tracker
Won't Fix
Votes
1
Found in
2019.1.0b3
2019.1.0f1
Issue ID
1144367
Regression
Yes
[IET] Editor crashes with "The file 'MemoryStream' is corrupted!" when entering Play Mode in any interactive tutorial
Editor crashes with "The file 'MemoryStream' is corrupted!" when entering Play Mode in any interactive tutorial.
Steps to repro:
1. Open Unity Hub.
2. Go to the Learn section.
3. Download any tutorial > start.
4. Resolve error in the console (MinAttribute).
5. Enter Play Mode
Actual Result:
Editor crashes with "The file 'MemoryStream' is corrupted!"
Expected Result:
Interactive Tutorial starts.
Reproducible on:
2019.2.0a11, 2019.1.0f1, 2019.1.0b3
Works fine on:
2019.1.0b2, 2018.3.0f2
Environment:
Windows and MacOS
Notes:
1. Before entering in Play Mode, editor spams with the following error.
TypeLoadException: Could not resolve type with token 0100000e (from typeref, class/assembly UnityEngine.Experimental.UIElements.VisualElement, UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)
Unity.InteractiveTutorials.TutorialWindow.ApplyMaskingSettings (System.Boolean applyMask) (at Assets/Framework/Interactive Tutorials/Editor/Editor Windows/TutorialWindow.cs:629)
Unity.InteractiveTutorials.TutorialWindow.ApplyQueuedMask () (at Assets/Framework/Interactive Tutorials/Editor/Editor Windows/TutorialWindow.cs:351)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at C:/buildslave/unity/build/Editor/Mono/EditorApplication.cs:294)
2. Refer Attached video.
Comments (1)
-
EZ87
May 05, 2019 08:48
Can confirm this is happening in version 2019.1.1f1 Personal (windows 10), happens with any "getting started" tutorials.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warnings in the Bug Reporter window are cut off and not truncated when the Bug Reporter window is resized to its minimum size
- Color is incorrectly applied to objects when initialized with non-normalized parameters
- SerializationUtility.GetManagedReferencesWithMissingTypes() don't return null when “Prefab has missing SerializeReference Types“ warning banner is present
- Memory leak when VFX Graph is open and Camera has "Target Texture" enabled
- The Canvas component's warning box is missing an apostrophe when Additional Shader Channels is set to "Normal" and "Tangent" with Render Mode set to "Screen Space - Overlay"
Resolution Note:
Won't fix in the tutorial.
This is due to Unity version compatibility with tutorial. In latest version of the Hub, Tutorial will look for compatible version or suggest to install one.
This current issue will be be consider as part of tutorial compatibility issue, and will be resolve with new tutorial UX.