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
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
- [URP] Exceeding the platform's supported light limit gives shadow distortion when using Deferred Rendering Path
- URP Sample Buffer Image Tile is moved when the Offset Value is changed
- Static constructor in a struct returns false when running tests with IL2CPP
- Console throws warnings and a MissingReferenceException error for XR packages when doing a clean project import
- [Linux][IL2CPP] Dedicated server crashes when calling Socket.Send
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*.