К
Size: a a a
К
M
M
AD
M
К
AD
M
M
AD
M
M
AD
B

B
M
B
M
void Start()
{
StartCoroutine(asd());
}
IEnumerator asd()
{
try
{
throw new System.Exception("Error!");
}
catch (System.Exception ex)
{
print(ex.Message);
}
yield return null;
}M
M