Search Issue Tracker
Fixed in 4.5.3
Votes
1
Found in
4.5.1f3
Issue ID
614794
Regression
Yes
WP8 player fails to build if project has const float in coroutine
The following lines will cause build to fail:
IEnumerator Test()
{
const float testFloat = 1f;
yield break;
}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
- Cube is rendered green when its color is set to black and using the Lift Gamma Gain Volume interpolation
Add comment