Search found 3925 matches

by jsantos
Today, 11:21
Forum: General Discussion
Replies: 1
Views: 134

Re: Implementing Dynamic Data Binding from JSON

It is possible to create new classes dynamically. This is what we are doing for C# and Blueprints in Unreal, we register new types in the reflection. Let me explain this a bit more, unfortunately this is a part not clearly documented and the API is a bit obscure at some points (this is probably the ...
by jsantos
Today, 11:06
Forum: General Discussion
Replies: 6
Views: 186

Re: Unity error exit code after rendering View to RenderTexture

Could you please create a ticket about this? I will find time to investigate what's going on.
by jsantos
29 Apr 2024, 15:19
Forum: General Discussion
Replies: 8
Views: 1519

Re: ToolTip in WorldSpace UI

This has been fixed today.
by jsantos
29 Apr 2024, 15:19
Forum: General Discussion
Replies: 3
Views: 223

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

Thanks, please next time do not reopen closed threads.
by jsantos
29 Apr 2024, 15:18
Forum: General Discussion
Replies: 6
Views: 186

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
29 Apr 2024, 15:12
Forum: General Discussion
Replies: 3
Views: 112

Re: WebGL in Unity 2023?

Thanks for the ticket (#3278)!
by jsantos
29 Apr 2024, 13:21
Forum: General Discussion
Replies: 3
Views: 123

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: 112

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: 6
Views: 186

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?