User avatar
jsantos
Site Admin
Topic Author
Posts: 3925
Joined: 20 Jan 2012, 17:18
Contact:

[Unity] Windows Store - Windows Phone

14 Oct 2014, 02:51

An update for those patiently waiting for these platforms: our demos are already working in the v1.2 version!

Expect the beta very soon.

Image
 
User avatar
Erio
Posts: 81
Joined: 06 Feb 2013, 17:30
Location: Orléans/France

Re: [Unity] Windows Store - Windows Phone

14 Oct 2014, 03:41

Wow. That's really a good new!
 
User avatar
Scherub
Posts: 141
Joined: 06 May 2014, 20:53
Contact:

Re: [Unity] Windows Store - Windows Phone

16 Oct 2014, 13:46

These are indeed great news!
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 3925
Joined: 20 Jan 2012, 17:18
Contact:

Re: [Unity] Windows Store - Windows Phone

06 Nov 2014, 11:41

In the last Beta we have released a preview of Windows Store x86. The steps to build a standalone for this platforms are (this will be included in the final documentation):
  • Make sure you have the latest version of Unity. We tested with 4.5.5f1
  • Go to File -> Build Settings and select the platform "Windows Store"
  • Select SDK 8.1
  • Hit "Build"
  • Open the project in Visual Studio
  • Open the file App.xaml.cs and in the function InitializeUnity add the following:
    	appCallbacks.SetSwapChainPanel(mainPage.GetSwapChainPanel());
    	appCallbacks.SetCoreWindowEvents(Window.Current.CoreWindow);
    	appCallbacks.InitializeD3DXAML();
    +  appCallbacks.LoadGfxNativePlugin("NoesisUnityRenderHook.dll");
    
  • Build the solution in x86 platform
  • Add the following files to the Visual Studio Project (these files are next to UnityEngine.dll after doing the first building):
    • Noesis.dll
    • NoesisUnityRenderHook.dll
  • Deploy and Execute.

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 37 guests