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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
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