Search Issue Tracker
By Design
Votes
0
Found in
5.0.2f1
Issue ID
698924
Regression
No
Script trying to access Microsoft.CSharp does not compile
How to reproduce:
1. Open attached project
- Note an error is thrown: Assets/Plugins/ZestKit/Editor/ZestKitDLLMaker.cs(6,17): error CS0234: The type or namespace name `CSharp' does not exist in the namespace `Microsoft'. Are you missing an assembly reference?
2. Move the script to folder Assets/Editor
- Notice no more errors are thrown
Comments (1)
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
- NullReferenceException is thrown when assigning an Object to a custom DebugUI.ObjectField in Rendering Debugger
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
Maxinai
Oct 05, 2019 22:11
Have/Had the same issue. Didn't know putting it in the Editor folder would fix it but now my project is saved. :D