From eac05cadf517c002b63067e301c18821bc80e1a9 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 12 Jun 2023 11:53:55 -0300 Subject: [PATCH] fixed wrong version define to 'core' instead of 'universal' --- .../MToon10/Runtime/VRMShaders.VRM10.MToon10.Runtime.asmdef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRMShaders/VRM10/MToon10/Runtime/VRMShaders.VRM10.MToon10.Runtime.asmdef b/Assets/VRMShaders/VRM10/MToon10/Runtime/VRMShaders.VRM10.MToon10.Runtime.asmdef index 7b4b785b5..df7c69f39 100644 --- a/Assets/VRMShaders/VRM10/MToon10/Runtime/VRMShaders.VRM10.MToon10.Runtime.asmdef +++ b/Assets/VRMShaders/VRM10/MToon10/Runtime/VRMShaders.VRM10.MToon10.Runtime.asmdef @@ -14,7 +14,7 @@ "defineConstraints": [], "versionDefines": [ { - "name": "com.unity.render-pipelines.core", + "name": "com.unity.render-pipelines.universal", "expression": "", "define": "MTOON_URP" }