From c0aa4c66f9501c01c6efb618a66e3eff093b9ba7 Mon Sep 17 00:00:00 2001 From: Krolti <136226278+krolti@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:47:50 +0300 Subject: [PATCH 1/2] Added /UIElementsSchema to unity .gitignore /UIElementsSchema is an auto-generated folder created by Unity. It is used in the UI Toolkit. In Unity discussions, staff have confirmed that this folder can be safely ignored. https://discussions.unity.com/t/uielementsschema/805120 --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 9eb70ce1..06e73068 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -97,3 +97,6 @@ InitTestScene*.unity* # Auto-generated scenes by play mode tests /[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity* + +# UI Toolkit auto generated files +/UIElementsSchema From 3d81db802ab99eccc444761791e1756121164da8 Mon Sep 17 00:00:00 2001 From: Krolti <136226278+krolti@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:06:35 +0300 Subject: [PATCH 2/2] fix: folder formatting --- Unity.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 36a696a5..d6177106 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -103,6 +103,7 @@ InitTestScene*.unity* /[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity* # UI Toolkit auto generated files -/UIElementsSchema +/UIElementsSchema/ + # Auto-generated cache in Assets folder /[Aa]ssets/[Ss]ceneDependencyCache*