Search Issue Tracker
Fixed in 4.3.2
Votes
0
Found in
4.3.0f4
Issue ID
578668
Regression
No
Coroutines page in unity manual has a C# function that includes "yield return" instead of the correct "yield return null"
Coroutines page in unity manual has a C# function that includes "yield return" instead of the correct "yield return null".
To reproduce:
1. Open http://docs.unity3d.com/Documentation/Manual/Coroutines.html
Expected result: Correct yield return <expression> function
Actual result: Bad yield <expression> return statement
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Canvas UI is invisible in camera with output from Graphics Compositor with a texture sublayer when a separate camera renders to that texture as a Target Texture
- UI Builder Progress Bar Element background color does not change in the Viewport
- [Linux] Screen.SetResolution immediately applies windowed resolution when switching from Fullscreen to Windowed mode
- Lighting window allows non-cube map texture for Environment Reflections, throwing invalid texture type (2D) error
- Console warning “MismatchingRepositoryProjectMessage” when creating a new Unity Version Control workspace
Add comment