Search Issue Tracker
Fixed
Votes
0
Found in
5.2.0f3
Issue ID
725757
Regression
Yes
[Unity Test Tools] Mono.Cecil error is thrown in Unity 5.2
To reproduce:
1. Create new project in Unity 5.2
2. Import "Unity Test Tools" asset from the asset store
3. Observe the error in the console "Assets/UnityTestTools/UnitTesting/Editor/TestRunner/GuiHelper.cs(91,24): error CS0433: The imported type `Mono.Cecil.Cil.SequencePoint' is defined multiple times"
Comments (1)
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Jintronix_Gary
Sep 18, 2015 18:21
I am getting this same issue as well. If you compile with Visual Studio, you get the following error:
Error 34 The type 'Mono.Cecil.Cil.SequencePoint' exists in both 'c:\Program Files\Unity\Editor\Data\Managed\Mono.Cecil.dll' and 'PROJECT_LOCATION\Assets\ImportedAssets\UnityTestTools\UnitTesting\Editor\NUnit\Libs\Mono.Cecil.dll' PROJECT_LOCATION\Assets\ImportedAssets\UnityTestTools\UnitTesting\Editor\TestRunner\GuiHelper.cs 91 24 Assembly-CSharp-Editor