Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0a1
2018.2.15f1
2018.3.0a1
Issue ID
1100751
Regression
No
Obscure error is displayed which fails script compilation, but no information is displayed about the cause of the error
Reproduction steps:
1. Open "Repro" project
2. See Error
3. Clear the Errors
4. Select "Main Camera" in "Main" scene
5. See the Script "Nothing Selected" which isn't loaded due to compile errors, but there are no errors
Expected Result: An appropriate error should be outputted which shows what the compilation issue is caused by and where to find it
Actual Result: An obscure Error is displayed
Reproduced with: 2018.3.0a11, 2017.4.17f1
Did not reproduce on: 2019.1.0a12, 2018.3.1f1, 2018.3.0b1
Error:
"InvalidOperationException: Sequence contains no matching element System.Linq.Enumerable.Single[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate)"
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note (2019.1.X):
I have been investigating this bug and I found out that DevXUnityObfuscatorProU523 tool is screwing up Unity compilation pipeline internal code through reflection. Since this tool is modifying Unity internal code that it shouldn't be modified by users we will not take any action on this problem.