Search found 3923 matches

by jsantos
Today, 15:19
Forum: General Discussion
Replies: 7
Views: 1465

Re: ToolTip in WorldSpace UI

This has been fixed today.
by jsantos
Today, 15:19
Forum: General Discussion
Replies: 3
Views: 181

Re: Seeking Assistance with C++ Binding in Unreal Engine 5 to NoesisGui

Thanks, please next time do not reopen closed threads.
by jsantos
Today, 15:18
Forum: General Discussion
Replies: 4
Views: 139

Re: Unity error exit code after rendering View to RenderTexture

I am not sure your fix makes sense. For example, NoesisXamlEditor is already unregistering views in OnDisable() method.

Unregistering a view before rendering with it seems suspicious to me.
by jsantos
Today, 15:12
Forum: General Discussion
Replies: 3
Views: 103

Re: WebGL in Unity 2023?

Thanks for the ticket (#3278)!
by jsantos
Today, 13:21
Forum: General Discussion
Replies: 2
Views: 74

Re: PageLeft and PageRight focus traversal

If you are in Unity, you can also entirely disable keyboard in the view and enable actions to drive the navigation. This way you can redefine the inputs to your needs.
by jsantos
25 Apr 2024, 19:52
Forum: General Discussion
Replies: 3
Views: 103

Re: WebGL in Unity 2023?

It seems Emscripten was updated to 3.1.38 in Unity 2023.2.0 and this could be the problem you are experimenting. I assume that previous versions of Unity (with Noesis 3.2.2) works fine for you?

Could you please create a ticket for it?
by jsantos
25 Apr 2024, 19:48
Forum: General Discussion
Replies: 4
Views: 139

Re: Unity error exit code after rendering View to RenderTexture

Are you getting this problem in both D3D11 and D3D12 renderers? Just commenting the Graphics.ExecuteCommandBuffer line fixes the issue? Could you please paste the relevant code here?
by jsantos
22 Apr 2024, 15:50
Forum: General Discussion
Replies: 6
Views: 147

Re: Unity Android Textbox Autofill / Autocomplete | Need to disable AutoFill for textbox (Android project)

We could also use one of the InputScopes for this (like Private). Would this a valid solution for you?

Could you please create a ticket for this?
by jsantos
22 Apr 2024, 15:46
Forum: General Discussion
Replies: 3
Views: 89

Re: Debug symbols for Unity

Are you reproducing this with our samples too?