Unity-Technologies / ProjectAuditor

Project Auditor is an experimental static analysis tool for Unity Projects.
Other
789 stars 65 forks source link

Script compilation errors if both RP package installed #204

Open daleeidd opened 1 year ago

daleeidd commented 1 year ago

If both HDRP and URP package is installed, the following compilation error occurs:

Library/PackageCache/com.unity.project-auditor@752b820c58/Editor/SettingsAnalysis/SrpAssetSettingsAnalyzer.cs(105,17): error CS0246: The type or namespace name 'HDRenderPipelineAsset' could not be found (are you missing a using directive or an assembly reference?)