sdolim
Results
1
issues of
sdolim
The line in EditorCoroutines.cs where it says: else if (current is WWW) { ... } is statically unreachable, since WWW derives from CustomYieldInstruction which is handled in an earlier if-test....