简体   繁体   English

轻量级渲染管道错误

[英]Lightweight Rendering Pipeline error

I downloaded the lightweight rendering pipeline using Unity's package manager , but I cannot create a lightweight pipeline asset. 我使用Unity的包管理器下载了轻量级渲染管道,但无法创建轻量级管道资产。 When I try to create the asset, the console throws me: 当我尝试创建资产时,控制台会抛出:

Invalid generated unique path 'ProjectSettings/LightweightAsset.asset' (input path 'LightweightAsset.asset')UnityEngine.Experimental.Rendering.LightweightPipeline.LightweightPipelineAsset:CreateLightweightPipeline() 无效的生成的唯一路径'ProjectSettings / LightweightAsset.asset'(输入路径'LightweightAsset.asset')UnityEngine.Experimental.Rendering.LightweightPipeline.LightweightPipelineAsset:CreateLightweightPipeline()

I had a similar issue but it went away after I did the following: 我有一个类似的问题,但是在执行以下操作后它消失了:

  • Using the new package manager: Remove all rendering-related packages from the Unity project and then only add the Lightweight Rendering Pipeline package. 使用新的程序包管理器:从Unity项目中删除所有与渲染相关的程序包,然后仅添加“轻量级渲染管道”程序包。 All dependencies (like the Shader Graph) were added automatically and correctly after I did that. 在执行此操作之后,所有依赖项(如“着色器图”)都会自动正确添加。
  • Be sure to get the newest preview release (1.1.5-preview or newer). 确保获取最新的预览版本(1.1.5-preview或更高版本)。 The 0.1-releases are too old. 0.1版本太旧了。

If all else fails, try to follow the instructions and clone it directly from the Github repository: https://github.com/Unity-Technologies/ScriptableRenderPipeline 如果所有其他方法均失败,请尝试按照说明进行操作,并直接从Github存储库中将其克隆: https : //github.com/Unity-Technologies/ScriptableRenderPipeline

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Cesium 渲染时出错。 渲染已停止 - Cesium An error occurred while rendering. Rendering has stopped Jenkins 管道脚本错误 WorkflowScript: Expected a step - Jenkins pipeline script error WorkflowScript: Expected a step Jenkins 更新后出现错误:java.lang.NoSuchMethodError: No such DSL method 'pipeline' found between steps - Getting error after Jenkins update: java.lang.NoSuchMethodError: No such DSL method 'pipeline' found among steps JavaFX 非模块化项目图形设备初始化失败:d3d,sw 初始化 QuantumRenderer 时出错:找不到合适的管道 - JavaFX non-modular project Graphics Device initialization failed for : d3d, sw Error initializing QuantumRenderer: no suitable pipeline found Azure DevOps YAML 管道失败,并显示“没有预期的序列” - Azure DevOps YAML Pipeline fails with “A sequence was not expected” 在Orchard中手动渲染ErrorPage形状 - Rendering ErrorPage shape manually in Orchard 为什么我的剃刀代码不呈现? - Why isn't my razor code rendering? 错误“运行时错误” - error "Runtime error" 无符号int向量的差异,被解释为有符号并转换为不正确呈现的浮点向量 - Difference of unsigned int vectors, interpreted as signed and casted to a float vector not rendering properly ArrayOutOfBoundsException错误 - ArrayOutOfBoundsException error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM