Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in
5.4.0b15
Issue ID
790216
Regression
Yes
Deleted DLL in use from Plugins during runtime only removes the meta file, forcing DLL to be imported every time it is deleted
Steps to reproduce:
1. Download and open attached project "New Unity Project 29.zip"
2. Open scene "Main" and play it
3. In Project view navigate to Plugins folder and delete "NativeUsingManagedDelegate.dll"
4. Stop playing the scene
5. Switch focus to any other window and then back to Unity
Actual result: Notice that said dll gets recreated (https://gyazo.com/b430020a8653d84183a38a5c055ee421)
Expected result: It stays deleted
Notes: This only seems to affect DLL's from Plugins folder which are in use by someone.
After initial deletion within runtime, DLL gets recreated every time it is deleted, even after the project is stopped, initially locking the file itself and only removing its meta file.
Workaround: Delete DLL manually withing Windows Explorer
Tested and reproduce with:
Windows 10
Unity 5.3.4p4, 5.4.0.b15
Not reproducible with:
Unity 5.2.4p1
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
xCyborg
Feb 02, 2019 00:04
This must be fixed guys, it's so hard to iterate on plugin development when you have to keep closing and restarting the Editor.
nickfreybler
Feb 11, 2018 00:21
I am not able to delete the file with Windows Explorer. I get a "file in use" error. This means that in order to re-import updated versions of a .dll, I must close and reopen Unity, which is incredibly painful. Please fix this soon.