Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.3.X
Votes
0
Found in
2017.3.0b2
Issue ID
954642
Regression
No
Assembly Definition Files could not find References in the Editor
Adding the references using the editor, it would not be able to find them and throw the exception
To reproduce:
1. Download attached project "Digimon 3D.zip" and open in Unity
2. Open "Application" scene
3. Open "Digimon 3D" folder and select "Digimon 3D.asmdef" file
4. In Inspector window fill Missing Reference fields with these files:
TheDialgaTeam.Modules.System.asmdef
TheDialgaTeam.Modules.UnityEngine.asmdef
TheDialgaTeam.MVCC.asmdef
5. Click "Apply" button
Expected Result: Files will be applied in References fields
Actual Result: All those selected files will disappear from References fields and Console will be spammed with the exceptions:
AssemblyDefinitionException: Could not find assembly reference 'TheDialgaTeam.Modules.System'
AssemblyDefinitionException: Could not find assembly reference 'TheDialgaTeam.Modules.UnityEngine'
AssemblyDefinitionException: Could not find assembly reference 'TheDialgaTeam.MVCC'
Notes:
- This issue appears on Windows and OSX
- It works fine in Visual Studio
Reproduced on Unity 2017.3.0b1, 2017.3.0b2 and 2017.3.0b3
Could not check for regression on 2017.2, because files becomes corrupted
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sidebar text in Package Manager does not disappear when sidebar is at its minimum size
- The edge of the Terrain is breaking when painting along the edges where the two Terrains connect
- UI Builder Scroll button for Code Preview section automatically selects all of the code
- Memory increases indefinitely when playing VLC video stream
- An invisible Element without edges is left over when a Preview is converted to a Floating Window in the Inspector
Add comment