private void Start(){
Application.RegisterLogCallback(ErrorCallBack);
}
private void ErrorCallBack(string theCondition,string theStackTrace,LogType theType){
}
Application.RegisterLogCallback(ErrorCallBack);
}
private void ErrorCallBack(string theCondition,string theStackTrace,LogType theType){
}