Search Issue Tracker
Not Reproducible
Votes
0
Found in
2017.1.0b2
Issue ID
905390
Regression
Yes
[Regression][Windows] 'device.IsInsideFrame()' assertion is shown after double-clicking .unitypackage file
Steps to repro:
1. Open Unity on Windows;
2. Create new project;
3. Maximize Editor window (make it full-screened);
4. Minimize Editor Window;
4. Double click on attached package in file manager.
Expected result:
Package import window is shown with no errors in console.
Actual result:
2 errors:
' GUI Window tried to begin rendering while something else had not finished rendering! Either you have a recursive OnGUI rendering, or the previous OnGUI did not clean up properly;
and
'Assertion failed: Assertion failed on expression: 'device.IsInsideFrame()'
are shown in the console. See attached video
Regression introduced in Unity 2017.1.0b2.
Notes:
- Reproducible in Unity 2017.1.0b2;
- Not reproducible in 2017.1.0b1, 5.6.0p3, 5.5.2p1;
- Reproducible only on Windows 10;
- Not reproducible on OSX 10.12.3;
- Reproducible only when full-screened is minimized; not reproducible when Editor window is rendered or when it's rendered not in full-screen mode;
- Reproducible only when Service tab is displayed in minimized Editor window.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture displays visual artifacts and has a broken aspect ratio when it is imported in RGB 48-bit format
- Diagnostic Warning Resets When Navigating Away and Returning to Diagnostics Settings
- Checkbox Collides with Text in Shader Graph Preferences Settings
- Crash on mecanim::animation::TransformValuesFromClip when entering the Play Mode in a project with Animancer Pro v8
- Connection to Named Pipes fails when server and client are run
Add comment