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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment