Search found 188 matches

by nokola
01 Feb 2019, 17:44
Forum: General Discussion
Replies: 6
Views: 2837

Re: Does Noesis support Unity Android 64-bit build?

Thanks for the info!
by nokola
01 Feb 2019, 06:08
Forum: General Discussion
Replies: 6
Views: 2837

Does Noesis support Unity Android 64-bit build?

Google announced this January that starting Aug 1, 2019 apps will need to have 64-bit version to show up in the store. https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html Does Noesis support 64-bit under Unity? (I'm on the LTS Unity version and only building 32 bit ...
by nokola
29 Jan 2019, 16:17
Forum: General Discussion
Replies: 3
Views: 1085

Re: Not sure where to start to get this to work.

re: Blend for Visual Studio
Docs how to get it: https://docs.microsoft.com/en-us/visual ... ew=vs-2017
by nokola
27 Jan 2019, 21:51
Forum: General Discussion
Replies: 6
Views: 3344

Re: Localization / Translation approaches

This is my approach, has been working great and solves most of the issues you mentioned (except string formatting) <TextBlock Text="fullscreen" t:Translate.Text="fullscreen" Margin="2,4,2,2" HorizontalAlignment="Center" TextWrapping="Wrap" TextAlignm...
by nokola
08 Jan 2019, 05:25
Forum: Official Announcements
Replies: 63
Views: 77100

Re: [BETA] NoesisGUI v2.2.0b5

Awesome! Thanks for the hard work fixing all these issues! Exposing XamlReader is a big deal too - I can imagine all the nice runtime renders that come for (nearly) free with it! Curious how it will perform in Unity. I'm also waiting for the Unity version, but please take your time - better to have ...
by nokola
30 Nov 2018, 07:16
Forum: Official Announcements
Replies: 63
Views: 77100

Re: [BETA] NoesisGUI v2.2.0b4

Nice! Very good news.
by nokola
07 Nov 2018, 06:20
Forum: Official Announcements
Replies: 63
Views: 77100

Re: [BETA] NoesisGUI v2.2.0b3

Just checking - perhaps it's been asked before (couldn't find it on forums), however what is the timeline for Unity SDK for 2.2?
Can't wait to try it out!
by nokola
26 Mar 2018, 03:54
Forum: Official Announcements
Replies: 2
Views: 15418

Re: Back from GDC

Congrats on successful 2.1 release and GDC! :)
by nokola
06 Mar 2018, 04:16
Forum: General Discussion
Replies: 8
Views: 2714

Re: Noesis memory fragmentation crashes - how to avoid?

Quick update: We changed the way we load XAML - instead of opening each of our four .xaml views whenever we need it and releasing it after, we never release any views and just cache them in memory once loaded. With our new IsCache == true, our app crashes on 873-880 test case iterations, compared to...