From a4475ba8a15d278821737aafc021c43aa96cc49d Mon Sep 17 00:00:00 2001 From: Eric Pendergast Date: Sun, 24 Jan 2021 11:49:03 -0500 Subject: [PATCH] Add SceneDependencyCache to Unity gitignore This is a cache file that should be ignored. Here is a forum post confirming it should be ignored (from Unity employee Joachim_Ante): https://forum.unity.com/threads/scenedependencycache-shouldnt-be-an-asset.863140/ --- Unity.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 72c27e4f..4cd4ccc1 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -69,3 +69,7 @@ crashlytics-build.properties # Temporary auto-generated Android Assets /[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa/* + +# Cache files for ECS subscenes +/[Aa]ssets/SceneDependencyCache +/[Aa]ssets/SceneDependencyCache.meta