浏览代码

Merge pull request #950 from Unity-Technologies/fix-asmdef-unsafe

Fix errors about unsafe code
/main
GitHub 6 年前
当前提交
dc047614
共有 6 个文件被更改,包括 34 次插入23 次删除
  1. 10
      ScriptableRenderPipeline/Core/CoreRP/Editor/com.unity.render-pipelines.core.Editor.asmdef
  2. 3
      ScriptableRenderPipeline/Core/CoreRP/com.unity.render-pipelines.core.Runtime.asmdef
  3. 14
      ScriptableRenderPipeline/HDRenderPipeline/HDRP/Editor/com.unity.render-pipelines.high-definition.Editor.asmdef
  4. 8
      ScriptableRenderPipeline/HDRenderPipeline/HDRP/com.unity.render-pipelines.high-definition.Runtime.asmdef
  5. 14
      ScriptableRenderPipeline/LightweightPipeline/LWRP/Editor/com.unity.render-pipelines.lightweight.Editor.asmdef
  6. 8
      ScriptableRenderPipeline/LightweightPipeline/LWRP/com.unity.render-pipelines.lightweight.Runtime.asmdef

10
ScriptableRenderPipeline/Core/CoreRP/Editor/com.unity.render-pipelines.core.Editor.asmdef


{
"name": "com.unity.render-pipelines.core.Editor",
"references": [
"com.unity.render-pipelines.core.Runtime",
"com.unity.postprocessing.Runtime",
"com.unity.postprocessing.Editor"
"com.unity.render-pipelines.core.Runtime",
"com.unity.postprocessing.Runtime",
"com.unity.postprocessing.Editor"
"optionalUnityReferences": [],
"excludePlatforms": []
"excludePlatforms": [],
"allowUnsafeCode": true
}

3
ScriptableRenderPipeline/Core/CoreRP/com.unity.render-pipelines.core.Runtime.asmdef


],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": []
"excludePlatforms": [],
"allowUnsafeCode": true
}

14
ScriptableRenderPipeline/HDRenderPipeline/HDRP/Editor/com.unity.render-pipelines.high-definition.Editor.asmdef


{
"name": "com.unity.render-pipelines.high-defintion.Editor",
"references": [
"com.unity.render-pipelines.core.Runtime",
"com.unity.render-pipelines.core.Editor",
"com.unity.render-pipelines.high-definition.Runtime",
"com.unity.postprocessing.Runtime",
"com.unity.postprocessing.Editor"
"com.unity.render-pipelines.core.Runtime",
"com.unity.render-pipelines.core.Editor",
"com.unity.render-pipelines.high-definition.Runtime",
"com.unity.postprocessing.Runtime",
"com.unity.postprocessing.Editor"
"optionalUnityReferences": [],
"excludePlatforms": []
"excludePlatforms": [],
"allowUnsafeCode": true
}

8
ScriptableRenderPipeline/HDRenderPipeline/HDRP/com.unity.render-pipelines.high-definition.Runtime.asmdef


{
"name": "com.unity.render-pipelines.high-definition.Runtime",
"references": [
"com.unity.render-pipelines.core.Runtime",
"com.unity.postprocessing.Runtime"
"com.unity.render-pipelines.core.Runtime",
"com.unity.postprocessing.Runtime"
"optionalUnityReferences": [],
"excludePlatforms": []
"excludePlatforms": [],
"allowUnsafeCode": true
}

14
ScriptableRenderPipeline/LightweightPipeline/LWRP/Editor/com.unity.render-pipelines.lightweight.Editor.asmdef


{
"name": "com.unity.render-pipelines.lightweight.Editor",
"references": [
"com.unity.render-pipelines.core.Runtime",
"com.unity.render-pipelines.core.Editor",
"com.unity.render-pipelines.lightweight.Runtime",
"com.unity.postprocessing.Runtime",
"com.unity.postprocessing.Editor"
"com.unity.render-pipelines.core.Runtime",
"com.unity.render-pipelines.core.Editor",
"com.unity.render-pipelines.lightweight.Runtime",
"com.unity.postprocessing.Runtime",
"com.unity.postprocessing.Editor"
"optionalUnityReferences": [],
"excludePlatforms": []
"excludePlatforms": [],
"allowUnsafeCode": true
}

8
ScriptableRenderPipeline/LightweightPipeline/LWRP/com.unity.render-pipelines.lightweight.Runtime.asmdef


{
"name": "com.unity.render-pipelines.lightweight.Runtime",
"references": [
"com.unity.render-pipelines.core.Runtime",
"com.unity.postprocessing.Runtime"
"com.unity.render-pipelines.core.Runtime",
"com.unity.postprocessing.Runtime"
"optionalUnityReferences": [],
"excludePlatforms": []
"excludePlatforms": [],
"allowUnsafeCode": true
}
正在加载...
取消
保存