disable log

This commit is contained in:
vis2k 2021-02-19 18:55:20 +08:00
parent f3f56bd3cd
commit 659c035d42

View File

@ -681,7 +681,8 @@ void SetupIDs()
{
m_AssetId = "";
}
else Debug.Log($"Avoided clearing assetId at runtime for {name} after (probably) clicking any of the NetworkIdentity properties.");
// don't log. would show a lot when pressing play in uMMORPG/uSurvival/etc.
//else Debug.Log($"Avoided clearing assetId at runtime for {name} after (probably) clicking any of the NetworkIdentity properties.");
}
}
#endif