Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: vicky on January 11, 2016, 10:43:57 AM

Title: Mono Develop Warning
Post by: vicky 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!
Title: Re: Mono Develop Warning
Post by: Alex Chouls 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... 
Title: Re: Mono Develop Warning
Post by: vicky on January 12, 2016, 04:43:48 AM
Removing all the additional languages fixed it, thanks!