Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2019.2.X
Votes
0
Found in
2019.1.1f1
2019.1.3f1
2019.2.0a1
2019.3.0a1
Issue ID
1163080
Regression
No
Crash on Material::SetFloat after calling Graphics.Blit()
How to reproduce:
1. Open the "Graphics_Blit_Crash.zip" project
2. Build the Crest/Crest-Examples/Main/Scenes/main.unity" scene
3. Run the build
Actual result: Unity crashes.
Reproducible with:2019.1.1f1, 2019.1.8f1, 2019.2.0b7, 2019.3.0a6.
Notes:
Can't test 2018.4 and earlier versions because Graphics.Blit(Texture source, RenderTexture dest, int sourceDepthSlice, int destDepthSlice) was implemented only in 2019.1.
The crash happens because of code "Graphics.Blit(Texture2D.blackTexture, _targets, -1, lodIdx);" LodDataMgrShadow.cs:186.
The Editor doesn't crash.
----------------------------
Fixed in 2019.3.0a8, 2019.2.0b9, 2019.1.10f1.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Add comment