Search found 3910 matches

by jsantos
18 Mar 2016, 22:30
Forum: General Discussion
Replies: 8
Views: 3457

Re: [Unity] - 5.4.0 - Vertical visual displacement

Thanks! Do you mind reporting this in the tracker?

We didn't test Unity 5.4 yet. This must be something they changed.
by jsantos
18 Mar 2016, 15:52
Forum: General Discussion
Replies: 5
Views: 2878

Re: ItemsControl binding to large List > slow

This is one of the improvements included in the upcoming 1.2.6 version. If you want to test it, could you create a report in the tracker? We will send you a preview there.

Thanks for your feedback!
by jsantos
18 Mar 2016, 15:51
Forum: General Discussion
Replies: 4
Views: 2504

Re: Game Menu compiled error on Android

Please, check your email. We have sent you a 1.2 version.

NoesisGUI v1.1 is quite old, it is going to be deprecated very soon.
by jsantos
18 Mar 2016, 15:36
Forum: General Discussion
Replies: 15
Views: 6077

Re: keyboard focus not work on android TV

I am testing the Game Menu demo right now. If the remote control is sending UpArrow and DownArrow it should work. So, it must be sending a different code. Please, do the following modificacion to the OnGUI() function in NoesisGUIPanel.cs (please, test with the 1.2 version we have sent you). void OnG...
by jsantos
17 Mar 2016, 08:39
Forum: General Discussion
Replies: 15
Views: 6077

Re: keyboard focus not work on android TV

The problem is that the events being generated by AndroidTV (JoystickButton0, JoystickButton1,...) are ignored by NoesisGUI. In v1.2 we added public methods to inject events manually. For example, in NoesisGUIPanel.cs you can find #region Keyboard input events /// <summary> /// Notifies Renderer tha...
by jsantos
15 Mar 2016, 13:48
Forum: General Discussion
Replies: 10
Views: 5091

Re: VisualState vs Template

Thanks for the feedback!
by jsantos
15 Mar 2016, 13:17
Forum: General Discussion
Replies: 15
Views: 6077

Re: keyboard focus not work on android TV

Hi, We didn't try android TV but if this is correct, at least the arrow buttons should work because they map to KeyCode.UpArrow, KeyCode.DownArrow, KeyCode.LeftArrow and KeyCode.DownArrow. Could you verify that these events are working? For the focus event we need to map it to the TAB event. Could y...
by jsantos
13 Mar 2016, 16:54
Forum: General Discussion
Replies: 10
Views: 6267

Re: VR interface

Hi!

Did you follow the instructions in the Render To Texture section of the Unity tutorial?

You need a mesh collider component in the destination object.

Please verify the steps and let us know if it works.

Thanks,
by jsantos
11 Mar 2016, 15:42
Forum: General Discussion
Replies: 8
Views: 4985

Re: Mobile Styles - Material Design, etc?

If there were enough interested parties, why not just start a Themes folder in the Contrib project?
Yes, sure. That would be the proper place to do this.
by jsantos
11 Mar 2016, 15:41
Forum: General Discussion
Replies: 8
Views: 4985

Re: Mobile Styles - Material Design, etc?

No need to look for numbers, WPF is not and is not going to be part of .NET Core. Guess what technology is going to be used in the new .NET with MS opensourcing everything they have (e.g. ChakraCore: where they specifically declare their intention to get javascript to native performance and that th...