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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
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*.