From 04e31368dbe9a72b01f20bbda0d06e66afc712d2 Mon Sep 17 00:00:00 2001 From: hadashiA Date: Sun, 3 Nov 2024 10:12:48 +0900 Subject: [PATCH] Override references turned on --- VContainer/Assets/VContainer/Runtime/VContainer.asmdef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VContainer/Assets/VContainer/Runtime/VContainer.asmdef b/VContainer/Assets/VContainer/Runtime/VContainer.asmdef index 5473e0e5..8bd5dcc4 100644 --- a/VContainer/Assets/VContainer/Runtime/VContainer.asmdef +++ b/VContainer/Assets/VContainer/Runtime/VContainer.asmdef @@ -9,7 +9,7 @@ "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": true, - "overrideReferences": false, + "overrideReferences": true, "precompiledReferences": [], "autoReferenced": true, "defineConstraints": [],