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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
Add comment