Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0f1
2018.4
2019.1
2019.2
2019.3
Issue ID
1111579
Regression
No
Terrain is not rendered near the camera when using Instanced Draw and tessellation shader
How to reproduce:
1. Open attached project "repro_1111579" (OC link below)
2. Zoom towards terrain
Expected result: Terrain is visible
Actual result: Terrains stops being rendered when it is near the camera
Reproducible with: 2018.4.3f1, 2019.1.9f1, 2019.2.0b6, 2019.3.0a8
Could not test with: 2017.4.x (no instancing)
Comments (1)
-
Lars-Steenhoff
Jan 30, 2020 13:03
It's because INSTANCED DRAW with TESSELLATION SHADER is not supported.
Please add support for this in classic render pipeline.
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (2019.3.X):
Thank you for submitting this case. Upon investigating we've determined that the reason for near patches of terrain not rendering is that instancing and tessellation is unfortunately not supported by Unity. It is supported by the new render pipeline (URP) however.
We are putting it under a feature in our backlog (rather than a bug), and will take this into consideration in the future. The request will be moved to our internal planning tool, and this case will be closed. This does not guarantee that the feature will be implemented, as objections may be raised once technical planning is started.