Search Issue Tracker
Fixed in 2019.3.X
Votes
2
Found in
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1171312
Regression
Yes
Warning says instancing will be disabled when used with static batching but it is still working and breaking result object color
To reproduce
Just open the attached project and scene inside
Expected: The cube is green
Actual: The cube is red
Reproduced in 2018.3.0a1, 2018.4.0f1, 2019.1.0a1, 2019.3.0a11
Not reproduced in 2017.4.29f1
Comments (1)
-
lkchurchgate
Dec 19, 2020 09:43
nice post
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note (fix version 2019.3):
This issue is actually by design. What you see is that the Editor and Player mode don't necessarily render in exactly the same way. Particularly in this case, static mesh batching doesn't happen until the Player launches and the scene is built. Hence, while in Editor, instancing can still be done, which is exactly what is seen. The warning message itself has been updated to clearly indicate that instancing will be disabled *when the Player is active*.