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
- Double clicking script field no longer opens it in the external script editor
- [Android] Build fails with built-in PAD custom asset(s) when using sample Addressable
- [iOS] nw_read_request_report crash
- The serialized field value cannot be changed when trying to set it back to "None"
- The dropdown component breaks when the 31st Layer is used
Add comment