Search Issue Tracker
By Design
Votes
0
Found in
2020.2.0a4
Issue ID
1228962
Regression
No
Rider package is not loaded if there is an compilation error in the script
Prerequisites:
Open any version of Unity Editor and set "Preferences -> External Tools" to Rider
Steps:
1. Open attached project
==> There is no Rider package in the project and there is an compilation error in the script
2. Open Package Manager and Install latest Rider package
3. Double-click on the error in console
==> Rider could not load a solution since Rider package is not loaded
Workaround: Reopen the project
Notes:
Also reproducible in Version 2019.2.21f1 (9d528d026557)
Might be related to Case 1222377
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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Resolution Note:
It will work if you restart the editor, where we compile and load what is possible. When the Editor is running we will only reload the assemblies if everything has compiled successfully.
This is by design and the workaround is to restart Unity.