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
- Freeze/Crash when entering Play Mode in a specific project
- Low-Resolution Icons in Search Window (Labels, Options, Tags, and Inspector Panel)
- Lack of documentation regarding VFX Ray Tracing support
- Shader properties do not appear on the GameObject when switching ShaderGraphs during runtime in the Player
- Multiple '-' symbols are allowed to appear in a row when inputting '.' into a non-decimal numeric field
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