Search found 3897 matches

by jsantos
31 Jan 2024, 13:10
Forum: General Discussion
Replies: 3
Views: 1238

Re: Is there an easy way to draw custom control on top of the ui layer?

Is this keyboard rendered with Noesis? Could you paste an image here of it?
by jsantos
31 Jan 2024, 12:39
Forum: General Discussion
Replies: 1
Views: 719

Re: Pls help me know

Without more details about your project structure, I suggest using several cameras (one using UnityUI, the others using Noesis. This is "Camera Stacking" is Unity parlance) to control the rendering order.
by jsantos
31 Jan 2024, 12:36
Forum: General Discussion
Replies: 4
Views: 1033

Re: Any insights?

Our Unity plugin adds a menu entry (Assets=>Open Blend project) that creates a Blend project with all the XAMLs included in the project. This is an experimental thing we added a few versions ago and we are not sure about how useful it is. It could be extended to automatically add new files to the pr...
by jsantos
31 Jan 2024, 12:30
Forum: General Discussion
Replies: 2
Views: 1562

Re: ScrollViewer Panning with mouse

I think we should improve how our touch emulation works, to allow mouse over effects and fix the issues with button events being canceled.

Could you please create a ticket about this?
by jsantos
31 Jan 2024, 12:25
Forum: General Discussion
Replies: 1
Views: 1006

Re: Is this possible in Noesis?

Could you paste an image showing the result you want to achieve?
by jsantos
31 Jan 2024, 12:24
Forum: General Discussion
Replies: 6
Views: 2501

Re: NoesisGUI w/ Urho3D

Sorry for the late reply. Unfortunately, we can't help you here, we don't have experience with Urho3D.

Our IntegrationGLUT sample and RenderDoc are your best allies here.
by jsantos
25 Jan 2024, 20:26
Forum: General Discussion
Replies: 10
Views: 1727

Re: Getting started with Unreal - lots of confusion

The examples from GitHub are sometimes very outdated. I just recommend learning with the examples that come with the plugin, starting with the simple ones like the HelloWorld and then moving to Buttons that basically showcases how to react to button clicks with a BP. We know first time experience wi...
by jsantos
24 Jan 2024, 21:26
Forum: General Discussion
Replies: 7
Views: 1672

Re: NoesisWorldUI not rendering

I have tried it in your sample project to see if it was a Unreal version issue, but I realise I haven't actually tried the sample in my project yet. Just to make sure I am following. Does our sample project work correctly? On another note, I did manage to get the logging working by moving the #incl...
by jsantos
24 Jan 2024, 21:25
Forum: General Discussion
Replies: 12
Views: 4245

Re: How to setup NoesisGUI XAML Tools (VSCode Extension) and preview XAML correctly on macOS

We have plans to improve this and have previews in Unity and Unreal.

For now, using the Hot-Reload functionality, you can use Unreal as the preview window.
by jsantos
24 Jan 2024, 12:28
Forum: General Discussion
Replies: 15
Views: 13268

Re: Unit health bars with NoesisGUI

Fixed, thanks!