Search found 2 matches

by FredScefi
28 May 2014, 17:29
Forum: General Discussion
Replies: 1
Views: 1122

Image Size

Does anyone know why image sizes increase so much when used in Noesis? If we add a compressed jpg file (670kb), it increases the App size by around 5MB without any other changes. This makes it very difficult to use complicated XAML pages with multiple images. I have already limited the build setting...
by FredScefi
23 Nov 2013, 17:24
Forum: General Discussion
Replies: 1
Views: 1735

Unity Scene within XAML

Hi, Does anyone have an example or guidance on how to best embed a Unity 3D scene on an area of a XAML page/control? Can the 3D scene be interactive while embedded in the XAML? The basic idea I am told is this: Use a RenderTexture, connect that texture to the XAML and render the unity scene in that ...