Upload project file

This commit is contained in:
Misaki
2024-08-15 17:00:11 +09:00
parent 684c51a8c0
commit e441bb7911
162 changed files with 63084 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
{
"name": "Unity.Toonshader.Editor",
"rootNamespace": "Unity.Toonshader.Editor",
"references": [
"Unity.Toonshader",
"Unity.RenderPipelines.Core.Runtime",
"Unity.RenderPipelines.Core.Editor",
"Unity.RenderPipelines.HighDefinition.Runtime",
"Unity.RenderPipelines.HighDefinition.Editor",
"Unity.Collections"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "",
"define": "HDRP_IS_INSTALLED_FOR_UTS"
},
{
"name": "com.unity.render-pipelines.core",
"expression": "",
"define": "SRPCORE_IS_INSTALLED_FOR_UTS"
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "",
"define": "URP_IS_INSTALLED_FOR_UTS"
},
{
"name": "com.unity.render-pipelines.core",
"expression": "12.0.0",
"define": "SRPCORE_NEWERTHAN12_IS_INSTALLED_FOR_UTS"
}
],
"noEngineReferences": false
}