Search Unity

Asmdef dependency problem

Discussion in 'Editor & General Support' started by PaulDyatlov, Oct 29, 2020.

  1. PaulDyatlov

    PaulDyatlov

    Joined:
    Jul 6, 2019
    Posts:
    25
    Hey there

    I have a bunch of asmdefs in my project, and one of them contains
    CustomPostProcessVolumeComponent in it.

    I need to have a reference on that in order for Unity to be able to call a Render method for it. But I can't add a reference to that in my Unity.RenderPipelines.HighDefinition.Runtime asmdef. What do I do?

    upload_2020-10-29_22-33-15.png

    This method is not being called because of the missing asmdef ref

    upload_2020-10-29_22-34-2.png
     
  2. PaulDyatlov

    PaulDyatlov

    Joined:
    Jul 6, 2019
    Posts:
    25
    Do we really need a type there? It would be enough to know whether or not it has a CustomPostProcessVolumeComponent or not

    upload_2020-10-29_22-58-1.png