You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to get the High Quality Line Renderer to work but I don't have any success.
I get the following error:
Compute shader (ComputeShader-VertexSetup): Property (_VertexBufferPosition) at kernel index (0) is not set UnityEngine.GUIUtility:processEvent (int,intptr,bool&)
Decals are activated in the project, so this is not the reason for the error.
I tried the following with Unity 2023.2.0a22 and Unity 2023.1.10f1 (same problem with both versions):
Installed the "Minimal HairSample" from the Package Manager
Checked that "High Quality Line Rendering" is activated in Edit>Project Settings>Graphics>HDRP Global Settings>Camera>Rendering
Checked that "High Quality Line Rendering" is activated in Edit>Project Settings>Quality>HDRP for all Presets (HDRP Balanced, HDRP High Fidelity, HDRP Performant, HDRenderPipelineAssets)
In the Scene Volume of the Sample Scene I added an Override with "High Quality Line Rendering: Enabled"
In the "Hair Instance" Component of the Scene I set SettingsSystem>StrandRenderer to HDRP High Quality Lines
I get the error message and the Hair isn't rendered anymore - this happens even, when I replace the Hair Shader with a custom Material with "High Quality Lines Support" activated in the shader. I even tried replacing the Shader with the Hair Shader from the Enemies Demo - same problem. I also checked that Decals are activated - still not working.
Am I missing something? I am thankful about every answer!!
When I open the Enemies Demo Project, the High Quality Line Renderer works there, but not in a fresh Unity Project!
My System:
CPU 11th Gen Intel Core-i9-11980HK
GPU Nvidia Geforce RTX 3080 Laptop
Windows 11
The text was updated successfully, but these errors were encountered:
I've been trying to get the High Quality Line Renderer to work but I don't have any success.
I get the following error:
Compute shader (ComputeShader-VertexSetup): Property (_VertexBufferPosition) at kernel index (0) is not set UnityEngine.GUIUtility:processEvent (int,intptr,bool&)
Decals are activated in the project, so this is not the reason for the error.
I tried the following with Unity 2023.2.0a22 and Unity 2023.1.10f1 (same problem with both versions):
Created a fresh new "3D (HDRP) Core" Project
Installed the Hair System Package in the Package Manager using this link: "https://github.com/Unity-Technologies/com.unity.demoteam.hair.git"
Installed the "Minimal HairSample" from the Package Manager
Checked that "High Quality Line Rendering" is activated in Edit>Project Settings>Graphics>HDRP Global Settings>Camera>Rendering
Checked that "High Quality Line Rendering" is activated in Edit>Project Settings>Quality>HDRP for all Presets (HDRP Balanced, HDRP High Fidelity, HDRP Performant, HDRenderPipelineAssets)
In the Scene Volume of the Sample Scene I added an Override with "High Quality Line Rendering: Enabled"
In the "Hair Instance" Component of the Scene I set SettingsSystem>StrandRenderer to HDRP High Quality Lines
I get the error message and the Hair isn't rendered anymore - this happens even, when I replace the Hair Shader with a custom Material with "High Quality Lines Support" activated in the shader. I even tried replacing the Shader with the Hair Shader from the Enemies Demo - same problem. I also checked that Decals are activated - still not working.
Am I missing something? I am thankful about every answer!!
When I open the Enemies Demo Project, the High Quality Line Renderer works there, but not in a fresh Unity Project!
My System:
CPU 11th Gen Intel Core-i9-11980HK
GPU Nvidia Geforce RTX 3080 Laptop
Windows 11
The text was updated successfully, but these errors were encountered: