Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2017.2.0f3
Issue ID
965811
Regression
No
Disabling Dynamic Batching while Editor is in play mode does not enable Batching after exiting play mode
Reproduction steps:
1. Open the attached project "New Unity Project.zip";
2. Open the "main" scene and enter a play mode;
3. In the Player settings, uncheck Dynamic Batching. Note that the number of batches reported on the Statistics window increases from 4 to 11.
4. Exit play mode. Note that the Dynamic Batching reverts to the enabled state as expected.
5. Enter a play mode again and open the Frame debugger window.
Expected results: as the Dynamic Batching is enabled, the Frame Debugger will show it and the number of batches in the Stats window will decrease to 4.
Actual results: even if Dynamic Batching is shown as enabled, it is not working and the Frame Debugger skips it, the Stats windows is still showing 11 batches.
Workaround: After exiting a play mode in step 4, uncheck and re-check Dynamic Batching in the Player settings.
Reproduced on: 5.6.3p4, 2017.1.2p2, 2017.2.0p1, 2017.3.0b8, 2018.1.0a3.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
- TextMeshPro calculates Width Compression incorrectly when using certain values in the WD% field
- VFX Graph link contrasts fail WCAG guidelines
- D3D12 PSO disk cache feature crashes if paths contain non-ASCII characters
ToruTheRedFox
Dec 31, 2019 16:12
changes to player settings while editor is in play mode aren't kept
this is I believe fully intentional and not a bug