I suddenly started seeing LogError details in the console that give me stacktrace information(that I do not understand), and no longer returns the information on the script path that caused the error.
E.g.
0 libsystem_c.dylib 0x00000000d35c81fb thread_stack_pcs + 11
1 Unity 0x0000000002ca1d52 backtrace + 18
2 Unity 0x00000000029d3198 _Z13GetStacktracei + 104
3 Unity 0x0000000001ca564c _Z17DebugStringToFileRK21DebugStringToFileData + 412
4 Unity 0x0000000001ca294d
....
16 libsystem_pthread.dylib 0x00000000d37a122d thread_start + 13
______
Does anyone know how to change this error feedback? It happens for system errors as well as debug.LogError
In addition - when I create a LogError in script, double clicking the error no longer pops open the script.
↧