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.
Comments (1)
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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
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