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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
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