Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Linux Editor 2022.2.0a9.1399.4 URP and VFX Graph 14.0.2 bug

Discussion in 'Visual Effect Graph' started by caelan-reid, Apr 11, 2022.

  1. caelan-reid

    caelan-reid

    Joined:
    Dec 3, 2012
    Posts:
    5
    Hello,
    I've been trying to work with the new Graphics Buffer feature of VFX graph and I have constant console errors when a VFX component has a VFX graph loaded.

    I am using Linux editor version 2022.2.0a9.1399.4 with URP 14.02 setup from the default 3d with URP project.

    Code (CSharp):
    1. [VFXGraphAssetName] [System] Initialize Particle.compute: Kernel at index (0) is invalid
    2. [VFXGraphAssetName] [System] Update Particle.compute: Kernel at index (0) is invalid
    I have researched the bug on google and the only solution someone found was setting color space to linear and setting a URP pipeline asset, both of which my project is already set to.
    I was wondering if anyone knows a way around this? Keen to play with this feature.
     
  2. Vita-

    Vita-

    Unity Technologies

    Joined:
    Jul 2, 2019
    Posts:
    121
    Hi! Are you on Open GL? Do you mind switching to Vulkan and let me know if the issue persists?
     
  3. Leeonidas300

    Leeonidas300

    Joined:
    Jul 9, 2015
    Posts:
    9
    Hi, I had similiar problem when upgraded my project to 2021.3.6f1 few days ago. And this fixed my problem. Thank you.