Error building example MetroSettingsMenuV1, missing definition for

following the readme notes, after “build/run” in Visual Studio, I am getting the following error:

Error 1 ‘UnityPlayer.AppCallbacks’ does not contain a definition for ‘IntegrateIntoAppThread’ and no extension method ‘IntegrateIntoAppThread’ accepting a first argument of type ‘UnityPlayer.AppCallbacks’ could be found (are you missing a using directive or an assembly reference?) F:\Development\MetroSettingsMenuV1\Export\MetroSettingsMenu\MySource\SettingsPaneContent.xaml.cs 33 27 MetroSettingsMenu

I’m not sure how to correct this in the example provided here:

http://docs.unity3d.com/Documentation/Manual/windowsstore-examples.html

ok, I see now… replace with InvokeOnAppThread()

nvm! found it myself.