Morten Nielsen

Results 478 comments of Morten Nielsen

Does the sample app work for you? You might have to create a software instance if your gpu doesn't support CUDA

Are the native libs all getting deployed? Try also inspecting the exception. Sometimes there's more details/log into in the errors k4a throws.

The sample app is configured to require CUDA, so if that works, you should be good there. My guess is the native libs aren't getting deployed correctly.

@SethKaminski I see. So it works now? I'm curious what the nuget package can do to ensure that happens? The nuget support in Unity has always been a little weird...

Awesome! Would you mind documenting the steps you used to make it work, so others can follow them?

I just hit this. I got both .NET 6 and 7 installed, and was targeting .net 6. After upgrading the project to .net 7 (as hinted at in above linked...

...or Windows ARM64

I got rather excited when I discovered this feature. My excitement was quickly sent to the grave when my app started crashing immediately :(

You can do that in Maui too: https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/blob/3dd2dcedaef617010e736a74aeab7fdf086c80df/src/Toolkit/Toolkit.Maui/AssemblyInfo.cs#L9 I think this is a cleaner solution that libraries should use more without also making your xaml invalid xml.

I think it’s a reasonable assumption. What I think went wrong here is the window is a non-WinUI window without the WinUI stuff in it (like inheriting from Dependency Object,...