Search found 6 matches

by Xaron
19 Apr 2024, 14:54
Forum: General Discussion
Replies: 3
Views: 219

Re: Debug symbols for Unity

Yes, I replaced the runtime DLL here with the debug one: Packages/NoesisGUI/Runtime/Libraries/Windows/x86_64

But when doing so, Unity crashes as soon as I go into play mode.
by Xaron
18 Apr 2024, 15:43
Forum: General Discussion
Replies: 3
Views: 219

Debug symbols for Unity

Dear all,

we're using Noesis 3.2.3 (pro license) with Unity 2022.3.22f1. Is it possible to get the files containing the debug symbols for using with Unity? We have crashes sometimes we would like to investigate. Thank you!
by Xaron
25 Aug 2023, 14:40
Forum: General Discussion
Replies: 6
Views: 900

Re: Is possible do C++: public override UIElement Child

I second that question but this time for the Unity C# side. The UIElement Child is defined like that so I cannot override it: public UIElement Child { set { NoesisGUI_PINVOKE.Decorator_Child_set(swigCPtr, UIElement.getCPtr(value)); } get { IntPtr cPtr = NoesisGUI_PINVOKE.Decorator_Child_get(swigCPtr...
by Xaron
15 Aug 2023, 20:44
Forum: General Discussion
Replies: 4
Views: 328

Re: DllNotFoundException for Standalone build on MacOS

Yes, just created a clean project in Unity 2021.3.22 (guess the patch level doesn't matter), imported the 3.2.1 Noesis package and also imported the button example which comes with that package. It works great in the editor but provokes the same error in a standalone build. I'm on a Macbook Pro Inte...
by Xaron
14 Aug 2023, 23:05
Forum: General Discussion
Replies: 4
Views: 328

DllNotFoundException for Standalone build on MacOS

When doing a standalone build on MacOS with Unity 2021.3.22f1 LTS (Noesis version 3.2.1) of our project I get this in the application log when starting the game: DllNotFoundException: Noesis assembly:<unknown assembly> type:<unknown type> member:(null) at (wrapper managed-to-native) Noesis.GUI.Noesi...