Skip to content

Instantly share code, notes, and snippets.

View DenisFernandes's full-sized avatar
🎯
Focusing

Dênis Fernandes DenisFernandes

🎯
Focusing
View GitHub Profile
@DenisFernandes
DenisFernandes / UnityStackTrace.cs
Created December 17, 2018 18:22
Stacktrace copy/paste
System.Diagnostics.StackTrace stackTrace = new System.Diagnostics.StackTrace();
UnityEngine.Debug.LogError(stackTrace.GetFrame(1).GetMethod().Name);