Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3
2018.3
2018.4.1f1
2019.1
Issue ID
1165622
Regression
No
[Windows] Deleting a Loaded Dll file in the Editor, doesn't delete it in Windows
Reproduction steps:
1. Open "DelegateTest.zip" project
2. Enter and Exit Play mode
3. Delete "AndroidCppDelegateTest" in the Project window
4. Look in the "Assets\Plugin" folder
5. Notice that the deleted dll file is still present
6. Focus Unity
7. Notice that the deleted dll is imported into Unity
Expected Result: Dll deleted in the Editor is deleted in Windows as well
Actual Result: Dll deleted in Editor is still present in Windows
Reproduced with: 2019.1.8f1, 2018.4.3f1, 2017.4.29f1
Did not reproduce on: 2019.3.0a8, 2019.2.0b8, 2019.2.0a1
Note:
Only reproduces on Windows
2019.2 and up, can't delete the Dll, because of pop-up
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
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Resolution Note:
Known issue, dll plugins cannot be unloaded due to the way we handle them in mono