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"
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
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