Duplicate Question
FPS Weapon Clipping
Is 2020 now, Is any way to stop weapon clipping ? I go and find Unity forum and Unity Answers still can't find any solution to fix it. Does anyone have is own way? My Version is 2019.3.10f.
(English Bad) :(
Answer by bekocangamesdev · Apr 30, 2020 at 08:14 AM
im using hdrp camera there is no depth only selection in background type
https://docs.unity3d.com/Packages/com.unity.renderpipelines.lightweight@6.7/manual/faq.html
"We’ve deprecated camera clear flags in LWRP. Ins$$anonymous$$d, you can set the Background Type in the Camera Inspector. We’ve done this because the clear flags Depth Only and Don’t Care from the Built-in render pipeline has inherent performance pitfalls. The clear flags were used for camera stacking, where one camera depends on the results of a previous camera. This is bad for performance, as it executes culling multiple times and increases bandwidth. Bandwidth cost is especially important for mobile games."
i think lwrp and hdrp are removed. Thx for answering me. xD