Search Issue Tracker
By Design
Votes
0
Found in
2018.2.6f1
Issue ID
1076942
Regression
No
Dynamic Batch breaks after SpriteRender material's shader is changed back and forth during Playmode
To reproduce:
1. Open the user's attached project
2. Play the scene
3. Enable the Frame Debugger, there will be two Dynamic Batches
4. Unpause the Game, use the "Click me" button to change one of the sprite material's shader
5. Enable the Frame Debugger once again
6. Notice there is new additional new Draw Dynamic
Expected result: After changing the sprite material's shader to "Standard" and then back to the original "Sprites/Default" keeps the sprite dynamically batched
Actual result: After changing the sprite material's shader to "Standard" and then back to the original "Sprites/Default" the sprite gets its own dynamic draw call
Reproduced with: 2017.4.11f1, 2018.1.9f1, 2018.2.7f1, 2018.3.0b1
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
Add comment