Merge pull request #2087 from Chrisdbhr/master

fixed wrong version define to 'core' instead of 'universal'
This commit is contained in:
Masataka SUMI
2023-06-14 14:28:55 +09:00
committed by GitHub

View File

@@ -14,7 +14,7 @@
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.render-pipelines.core",
"name": "com.unity.render-pipelines.universal",
"expression": "",
"define": "MTOON_URP"
}