Is it possible to link XAML to Unity scene?

I’d like to link a XAML page to the first Unity scene using Visual Studio. Is it?

It´s not possible, Unity uses an own UI system not compatible to XAML, maybe you can find an asset in the AssetStore which supports XAML files.

There is only one solution with XAML support, but it costs $250… :neutral:

Yes 250 is very much, it also requires UnityPro as far as I know, but it seems very powerful.

Um… I’d need this to add advertising

But if i copy the script(C#) to add the WP8 ad in some Unity C# page, does it works?

It may work, but I doubt it. Can you tell us more of what you need, how the ad looks like and why the ad is the XAML format instead of something else?

Check this link:

http://msdn.microsoft.com/en-us/library/advertising-mobile-windows-phone-8-adcontrol-walkthrough-api(v=msads.20).aspx

That’s the code that i’ve to add. I’m not sure if i must use XAML.

What’s the point: Does that script works in project if i place that in any C# page using Unity, and i export to the Visual Studio?

I am sure that you wont be able to use this, Unity does use Mono and not .Net or whatever WP8 is using.

If you want to add ads, try one of the existing ad systems in the AssetStore.

Do you know any plugin for free?

So i’ve to purchase a plugin to do it, no other way?

You can always write your own stuff, but the cost/time factor will be much better by purchasing a good asset, a little bit research is still necessary. Maybe its possible to host WP8 content in unity, but this will be a hassle even if this is possible.

I’ll take a look about that. Thx Germain