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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.