Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0b3
Issue ID
931842
Regression
Yes
Errors when importing Playmaker package
Steps to reproduce :
- open Asset Store
- import the Playmaker package https://www.assetstore.unity3d.com/en/#!/content/368 and notice the errors
- try to open the Playmaker Window and notice it's not shown in the toolbar
error CS1704: An assembly with the same name `PlayMakerEditorResources.resources' has already been imported. Consider removing one of the references or sign the assembly
Assets/PlayMaker/Editor/de/PlayMakerEditor.de.resources.dll (Location of the symbol related to previous error)
Assets/PlayMaker/Editor/es-ES/PlayMakerEditor.es-ES.resources.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `PlayMakerEditorResources.resources' has already been imported. Consider removing one of the references or sign the assembly
Assets/PlayMaker/Editor/de/PlayMakerEditor.de.resources.dll (Location of the symbol related to previous error)
Assets/PlayMaker/Editor/fr/PlayMakerEditor.fr.resources.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `PlayMakerEditorResources.resources' has already been imported. Consider removing one of the references or sign the assembly
Assets/PlayMaker/Editor/de/PlayMakerEditor.de.resources.dll (Location of the symbol related to previous error)
Assets/PlayMaker/Editor/it/PlayMakerEditor.it.resources.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `PlayMakerEditorResources.resources' has already been imported. Consider removing one of the references or sign the assembly
Assets/PlayMaker/Editor/de/PlayMakerEditor.de.resources.dll (Location of the symbol related to previous error)
Assets/PlayMaker/Editor/ja/PlayMakerEditor.ja.resources.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `PlayMakerEditorResources.resources' has already been imported. Consider removing one of the references or sign the assembly
Assets/PlayMaker/Editor/de/PlayMakerEditor.de.resources.dll (Location of the symbol related to previous error)
Assets/PlayMaker/Editor/nl/PlayMakerEditor.nl.resources.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `PlayMakerEditorResources.resources' has already been imported. Consider removing one of the references or sign the assembly
Assets/PlayMaker/Editor/de/PlayMakerEditor.de.resources.dll (Location of the symbol related to previous error)
Assets/PlayMaker/Editor/pt-BR/PlayMakerEditor.pt-BR.resources.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `PlayMakerEditorResources.resources' has already been imported. Consider removing one of the references or sign the assembly
Assets/PlayMaker/Editor/de/PlayMakerEditor.de.resources.dll (Location of the symbol related to previous error)
Assets/PlayMaker/Editor/sv-SE/PlayMakerEditor.sv-SE.resources.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `PlayMakerEditorResources.resources' has already been imported. Consider removing one of the references or sign the assembly
Assets/PlayMaker/Editor/de/PlayMakerEditor.de.resources.dll (Location of the symbol related to previous error)
Assets/PlayMaker/Editor/zh-CN/PlayMakerEditor.zh-CN.resources.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `PlayMakerEditorResources.resources' has already been imported. Consider removing one of the references or sign the assembly
Assets/PlayMaker/Editor/de/PlayMakerEditor.de.resources.dll (Location of the symbol related to previous error)
Assets/PlayMaker/Editor/zh-TW/PlayMakerEditor.zh-TW.resources.dll (Location of the symbol related to previous error)
Compilation failed: 9 error(s), 0 warnings
*Note:
Tried in 2017.1 and still the same error.
This package used to work before.
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
Add comment