Search Issue Tracker
Duplicate
Votes
0
Found in
5.3.3p2
Issue ID
776996
Regression
No
[Crash] Loading movie texture on scene load crash
What happened:
The editor occasionally crashes (aprox 20% of the time) with a directx11 access violation error when setting up an external texture. We're using a plugin to create a separate Directx9 context for doing video rendering and then exporting the texture handle to Unity's directx11 context in a Unity rendering plugin, then using that handle with Texture2D.CreateExternalTexture().
How we can reproduce it using the example you attached:
Open scene "test" and press Play. Video should appear on the falling plane after a half second. After video appears, press "R" key to reload the scene. Repeat this process until editor crashes when the video would appear, usually <10 tries.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
Add comment