Using this tool you can easily check your editor console logs inside the game itself! No need to go back to the project and do any tests to track the problems!
752
stars
168
forks
source link
List<Sample> samples = new List<Sample>(60 * 60 * 60); #35
please replace this List samples = new List(60 60 60);
to
List samples = new List();
60 60 60 = 216000 or 1.6 mg waste ram ...