Added Unity project files

This commit is contained in:
2026-06-07 16:58:24 +01:00
parent 3cc05d260b
commit 23bbcab156
3942 changed files with 453676 additions and 0 deletions

View File

@ -0,0 +1,40 @@
{
"name": "VRC.SDKBase.Editor",
"rootNamespace": "",
"references": [
"VRC.SDKBase",
"VRC.Enums.Validation.Performance",
"UniTask",
"Unity.Postprocessing.Runtime",
"Unity.XR.Management",
"Unity.XR.Management.Editor",
"Unity.XR.Oculus"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.vrchat.base",
"expression": "3.0.0",
"define": "VRC_SDK_VRCSDK3"
},
{
"name": "com.vrchat.base",
"expression": "3.0.0",
"define": "VRCUPM"
},
{
"name": "com.unity.postprocessing",
"expression": "3.0.0",
"define": "POST_PROCESSING_INCLUDED"
}
],
"noEngineReferences": false
}