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
- The Canvas component's warning box is missing an apostrophe when Additional Shader Channels is set to "Normal" and "Tangent" with Render Mode set to "Screen Space - Overlay"
- Assigned Label or AssetBundle is not copied when duplicating certain asset types
- The "Disable Editor Analytics" flag locks when toggling it until the Preferences Window is reopened and Warning is no longer displayed when the Window is reopened
- 'AlphaToMask' is ignored when in non-resolving renderpasses on Metal
- ArgumentException error is thrown when using a specific layout
Add comment