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
- [URP] Exceeding the platform's supported light limit gives shadow distortion when using Deferred Rendering Path
- URP Sample Buffer Image Tile is moved when the Offset Value is changed
- Static constructor in a struct returns false when running tests with IL2CPP
- Console throws warnings and a MissingReferenceException error for XR packages when doing a clean project import
- [Linux][IL2CPP] Dedicated server crashes when calling Socket.Send
Add comment