I’ve been coding for a bit and there’s this error that seems to have nothing to do with anything that I am doing, so I researched it and found out i need to enable Full Stack Traces, problem is, I don’t know where to enable it.
I’m on Unity 2022.1.14f1
What error are you seeing? Is it related to Burst? Check the Burst menu in the top bar.
If it’s not related to Burst then you should be able to see the full stack trace by default. Maybe check the Editor logs
@CodeMonkeyYT I do not know, it just says
A Native collection has not been disposed, resulting in a memory leak
You probably already found the answer a long time ago but those who will search for information about this in Google:
In Unity 2022+ you can setup Leak Detection Level in Preferences → Jobs → Leak Detection Level
Leak Detection Level
Preferences
Jobs