Add suppressions for plugins.

This commit is contained in:
2023-09-25 09:33:10 +08:00
parent 9c034c0f7b
commit 84acb2c12d
12 changed files with 139 additions and 26 deletions

View File

@@ -240,8 +240,7 @@ namespace TMPro
TMP_SubMesh subMesh = go.GetComponent<TMP_SubMesh>();
go.transform.SetParent(textComponent.transform, false);
go.transform.localPosition = Vector3.zero;
go.transform.localRotation = Quaternion.identity;
go.transform.SetLocalPositionAndRotation(Vector3.zero, Quaternion.identity);
go.transform.localScale = Vector3.one;
go.layer = textComponent.gameObject.layer;