playMaker

Author Topic: Mono Develop Warning  (Read 1737 times)

vicky

  • Playmaker Newbie
  • *
  • Posts: 2
Mono Develop Warning
« on: January 11, 2016, 10:43:57 AM »
Hi all,

I like to keep our Unity projects warning free as it helps identify warnings produced by code written by the team, helping us eliminating bugs as early as possible.

We've recently added Playmaker to our project and are getting a warning stating that "Referenced assembly "PlaymMakerEditorResources.resources" has different culture setting of "de" - see the attached screenshot.

I would expect the culture to be set to "neutral".

Does anyone else get this error or know how to fix it?  We're using Unity 5.3.1f1 and Playmaker 1.8.0.

Thanks!

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Mono Develop Warning
« Reply #1 on: January 11, 2016, 07:33:42 PM »
It's probably complaining about the localized resources in the language subfolders (PlayMaker\Editor\de\ etc.). If you're not using any of those languages you can delete those folders to remove the warning... 

vicky

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Mono Develop Warning
« Reply #2 on: January 12, 2016, 04:43:48 AM »
Removing all the additional languages fixed it, thanks!