Search Issue Tracker
Fixed in 4.5.X
Votes
0
Found in
Issue ID
590115
Regression
No
Typos in Occlusion Culling documentation
There are several typos and grammar problems on this documentation page:
Unity Manual > Graphics > Graphics Overview > Cameras Overview > Occlusion Culling (Pro only)
With my local Unity installation the URL to this page is:
file:///Applications/Unity/Unity.app/Contents/Documentation/html/en/Manual/OcclusionCulling.html
Start sentences with capital letters here:
"…the view frustrum only. this technique…"
"…using portal culling. this technique…"
Fix typo:
"… set to the largest far clip planed…"
Change it to this:
"… set to the largest far clip plane…"
Remove extraneous "is" from this phrase:
"…create Occlusion Areas is by adding…"
End this sentence with a period:
"… to an empty game object (Component->Rendering->Occlusion Area in the menus)"
Change to plural "primitives" here:
"…to create occlusion primitive which are…"
Some of the items above are duplicated on the following pages and should be changed there as well:
Unity Manual > Graphics > Graphics Reference > Rendering Components > Occlusion Area (Pro Only)
file:///Applications/Unity/Unity.app/Contents/Documentation/html/en/Manual/class-OcclusionArea.html
Unity Manual > Graphics > Graphics Reference > Rendering Components > Occlusion Portals
file:///Applications/Unity/Unity.app/Contents/Documentation/html/en/Manual/class-OcclusionPortal.html
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera
Add comment