Files
AR-Menu/Library/PackageCache/com.unity.cloud.gltfast@db5a82ec0b47/Editor/Scripts/glTFast.Editor.asmdef
2025-11-30 08:35:03 +02:00

49 lines
1.3 KiB
Plaintext

{
"name": "glTFast.Editor",
"rootNamespace": "GLTFast.Editor",
"references": [
"Unity.Mathematics",
"glTFast",
"glTFast.Export",
"UnityEngine.TestTools.Graphics",
"Unity.RenderPipelines.HighDefinition.Runtime",
"UnityEditor.Formats.Gltf.Validation"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.render-pipelines.universal",
"expression": "7.3.1",
"define": "USING_URP"
},
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "7.3.1",
"define": "USING_HDRP"
},
{
"name": "com.unity.testframework.graphics",
"expression": "7.7.0",
"define": "GLTFAST_RENDER_TEST"
},
{
"name": "com.unity.modules.animation",
"expression": "1.0.0",
"define": "UNITY_ANIMATION"
},
{
"name": "com.unity.formats.gltf.validator",
"expression": "0.2.0-preview.1",
"define": "GLTF_VALIDATOR"
}
],
"noEngineReferences": false
}