Search found 23 matches

by g33rt
25 Mar 2014, 14:04
Forum: General Discussion
Replies: 4
Views: 2503

Re: Window->NoesisGUI->Settings not showing / Crashing?

I've been stepping through the Noesis code itself and it's actually crashing during a build. private static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromPath) { //Debug.Log(String.Format("ProcessAssets: ADD={0} | REM={1} | ...
by g33rt
25 Mar 2014, 13:55
Forum: General Discussion
Replies: 4
Views: 2503

Window->NoesisGUI->Settings not showing / Crashing?

I'm a bit stuck in a situation where Window->NoesisGUI->Settings is not showing anymore. Actually, Noesis is not building my project anymore since I've changed some xaml files in my project. The weird thing is, even after having changed these files back to the state where it was still working, Noesi...
by g33rt
28 Jan 2014, 09:20
Forum: Showcase Gallery
Replies: 1
Views: 6475

Map Viewer

This example shows how a touch-based map viewer can be implemented with little code using noesisGUI. As the video shows, the visual component is very fluid and responsive without the need to implement any threading in Unity3D: VbikOGvfdmw The video above was shot using an iPad 2. The code is work-in...