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
commit 109874ce18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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