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
- Mouse cursor does not revert to the default mouse cursor when pressing the "Add column" button in the Search window
- ArgumentException is thrown and textures become unreadable when AssetBundle.Unload(false) is called
- URP Tab Reset Menu Button Is Invisible in Light Mode
- Editor crashes on "(Unity) WriteObjectToVector" when entering into the Play Mode
- Saved search to project properties have no margin at the top of the Inspector window
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