Search found 5 matches

by jason2018
01 Sep 2018, 04:03
Forum: General Discussion
Replies: 1
Views: 2531

Binding to Thumb.DragStarted event in Unity + NoesisGUI

Hey, we are trying to bind to the Thumb.DragStarted event so we can know when the user starts dragging a slider. Here’s our XAML and Code Behind: XAML: <Slider Thumb.DragStarted="Slider_DragStarted" Width="200" VerticalAlignment="Center" Maximum="100" SmallCha...
by jason2018
23 Aug 2018, 19:08
Forum: General Discussion
Replies: 2
Views: 933

Biggest Projects (mainly Unity specific)? using Noesis GUI?

Just wondering if there's a list of the more prominent projects using Noesis GUI in production? Particularly interested in any projects using it with Unity?


Thanks
by jason2018
23 Aug 2018, 19:06
Forum: General Discussion
Replies: 6
Views: 3436

Re: Educational resources for learning Noesis GUI for Unity

Great, yeah those examples have proven pretty quite useful. Thanks!
by jason2018
21 Aug 2018, 02:23
Forum: General Discussion
Replies: 6
Views: 3436

Educational resources for learning Noesis GUI for Unity

We are thinking of using Unity + Noesis GUI for a large project but we are not really sure where the best resources live? After trying to follow the Unity tutorial on the youtube channel, ran into some issues with finding the root view and had to search through various examples on the github samples...
by jason2018
21 Aug 2018, 01:50
Forum: General Discussion
Replies: 6
Views: 2865

Unity not being aware of changes in Xaml after checking out on another computer?

Hi, I been working on two different computers and noticed that when I push my code up to git and check it out on my other computer and I click play, my latest changes are not being reflected in Unity? If I open up the xaml file in blend and update it, and then go back to unity, now Unity will know t...