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. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Bug Entities Graphics Assembly issue. SHCoefficients does not contain a definition for ProbesOcclusion

Discussion in 'Graphics for ECS' started by BenjaminApprill, May 31, 2023.

  1. BenjaminApprill

    BenjaminApprill

    Joined:
    Aug 1, 2022
    Posts:
    106
    I'm trying to add Entities Graphics to 2022.2 HDRP.

    When I add this Package, there is an error: 'SHCoefficients' does not contain a definition for 'ProbesOcclusion'.

    I've tried re-building the Library folder, re-installing and re-importing the Packages, and I've tried starting a brand new project to see if that would work.

    None of the above have worked. I'm not sure if this has been sorted out yet, but nothing came up in my Google search for a solution.

    I am interested in working with Entities Graphics, so I'm curious how to get this fixed. Thanks!
     
  2. mingwai

    mingwai

    Small Graphics Potato Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    51
    Hi, which Unity editor version did you use? I can install Entities Graphics 1.0.10 in an empty HDRP project with Unity 2022.2.21f1 editor without any error.
     
  3. BenjaminApprill

    BenjaminApprill

    Joined:
    Aug 1, 2022
    Posts:
    106
    I'm using 2022.2.5f1. I will try upgrading to that newer version. Thank you :D
     
    mingwai likes this.
  4. BenjaminApprill

    BenjaminApprill

    Joined:
    Aug 1, 2022
    Posts:
    106
    The above worked. Upgrading from 2022.2.5 to 2022.2.21 fixed the issue!
     
    mingwai likes this.