playMaker

Author Topic: playmaker tab is gone, not sure what is duplicated, clean reinstall not working  (Read 1486 times)

Fleech

  • Playmaker Newbie
  • *
  • Posts: 44
im getting:

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




any help with where to start would be highly appreciated.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Hi,

 you have likely updated Unity version. In some cases, Unity gets mixed up, and so you need to clean up the duplicates, the easiest way is to remove the PlayMaker folder ( careful not to delete templates or globals as they are by default saved inside the PlayMaker folder) and reinstall PlayMaker.

 you'll need to manually install it, after you have imported PlayMaker from the Asset store, you'll need to import the package in PlayMaker/Editor/Install

 
Back up first before doing so.

 Bye,

 Jean