Jesse Norris

Results 24 issues of Jesse Norris

I'm using Unity which uses the .asset file extension for text and binary files, since LFS does not support diffs of text files that makes it difficult to continue doing...

How do I get bug reports to have line numbers for Windows IL2CPP release builds? I have only been able to find documentation on Android builds for it.

feature request
backlog

**Is your feature request related to a problem? Please describe.** NativeAOT support is very useful for reducing server hosting costs, as it reduces memory usage by quite a bit. **Additional...

feature request
backlog

Use case being standalone servers. DOTween is a great library and would be very nice to be able to use it for our server project.

I've tried multiple times, waiting 30+ minutes, events are not showing up. What am I doing wrong? There's no errors or anything. ![image](https://github.com/mixpanel/mixpanel-unity/assets/20632855/d774aae5-64fa-406d-a204-6fc6152d8a04)

### Problem Statement I build for 3 Unity platforms, and the debug files that gets uploaded per platform is over 1gb. So per build that is over 3gb of debug...

### Package Sentry ### .NET Flavor .NET Core ### .NET Version 8.0 ### OS Linux ### SDK Version 4.7.0 ### Self-Hosted Sentry Version 24.6.0 ### Steps to Reproduce I'm having...

Bug
AOT

### Problem Statement It appears that when you call SentrySdk.CaptureException, it does not add a breadrcrumb of itself, which means the next SentrySdk.CaptureException call does not show the previous exception...

Feature

### Describe your issue I'm running this on Unity3d which does AOT compiling (their IL2CPP library) which strips generics. When its JIT compiled I have it executing fine (minus the...

type: bug
status: investigation-required
area: AOT

I'm attempting to setup source generation for System.Text.Json to be compatible with NativeAOT, so looking to figure out how to set the default json settings for npgsql. From what I...