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
- Temporary dark areas appear when quickly dragging Editor window splitters while using "Direct3D 12" graphics API and "Light" Editor theme
- Focus changes from the IDE to the Unity Editor when compiling code in the IDE
- A glare from the Light Placement Tool is visible when the Main Camera is set to "Perspective"
- List item is re-selected when moving the mouse after ClearSelection function
- Undocked windows including UITK Debugger disappear when UITK Debugger already has data and Pick Element is pressed again
Add comment