Search Unity

error building example MetroSettingsMenuV1, missing definition for...

Discussion in 'Windows' started by tswalk, Aug 1, 2013.

  1. tswalk

    tswalk

    Joined:
    Jul 27, 2013
    Posts:
    1,109
    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
     
  2. tswalk

    tswalk

    Joined:
    Jul 27, 2013
    Posts:
    1,109
    ok, I see now.. replace with InvokeOnAppThread()

    nvm! found it myself.