Search Unity

Bug VFX not appearing

Discussion in 'Visual Effect Graph' started by tanmaythegreat, May 10, 2023.

  1. tanmaythegreat

    tanmaythegreat

    Joined:
    Dec 14, 2020
    Posts:
    12
    No VFX graph is rendering i have tried almost every thing
    The error statement is
    VFX graph requires compute shader and compute buffer inputs at vertex stage (maxComputeBufferInputsVertex).No rendering will occur.
    What can I do to fix it
    Please help
    I tried using all the graphics api
    Trying disabling display adapter.
    But didn't worked
     

    Attached Files:

  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,060
    Which GPU/device is used?
    Unity version?
    Which graphics APIs are all?
     
  3. tanmaythegreat

    tanmaythegreat

    Joined:
    Dec 14, 2020
    Posts:
    12
    I am not using any specific GPU
    I am using the integrated GPU which is there in the processor
    Unity version 2021.3.10 and 2022.2.17.i recently installed 2022.2.19.this error is there in all of them.
    I have tried all the graphics api from player setting.(including auto)

    One more thing at the top <DX11 on DX10 GPU> IS written.
    When I change the graphic api and restart the editor this is what it show again at the top.
     
  4. tanmaythegreat

    tanmaythegreat

    Joined:
    Dec 14, 2020
    Posts:
    12
    Have a look at this Debug.PNG Output.PNG
     
  5. tanmaythegreat

    tanmaythegreat

    Joined:
    Dec 14, 2020
    Posts:
    12
    ☝️☝️☝️☝️
     
  6. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,060
    Your GPU (integrated GPU is still a GPU) is probably too old.
    Try to download the latest drivers for it and try again. If that doesn't work the system is too old probably.
    It would be helpful for further help if you state the GPU
     
  7. Vita-

    Vita-

    Unity Technologies

    Joined:
    Jul 2, 2019
    Posts:
    121
    Hi! I am sorry, but your graphics device does not support compute shaders, which are needed for VFX Graph to work. The error message you receive in the Editor also states this. I wonder if there is anything we could do to make such situations clearer?
     
    DevDunk likes this.
  8. tanmaythegreat

    tanmaythegreat

    Joined:
    Dec 14, 2020
    Posts:
    12
    Thank you for your replies, actually the problem is fixed by updating the windows.
     
    DevDunk likes this.