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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
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