When I install the LWRP package I get these unclearable errors and don’t have any menu option to create a LWRP rendering asset.
An error occurred while resolving packages:
Package com.unity.render-pipelines.universal@7.2.1 has invalid dependencies:
com.unity.render-pipelines.core: Resolved version [7.1.8] does not satisfy requested version [7.2.1]
A re-import of the project may be required to fix the issue or a manual modification of I:/VR Rhythm Shooter/Game/VR Rhythm Shooter/Packages/manifest.json file.
Library\PackageCache\com.unity.render-pipelines.universal@7.2.1\Runtime\Passes\AdditionalLightsShadowCasterPass.cs(47,9): error CS0246: The type or namespace name ‘ProfilingSampler’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.universal@7.2.1\Runtime\Passes\DepthOnlyPass.cs(20,9): error CS0246: The type or namespace name ‘ProfilingSampler’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.universal@7.2.1\Runtime\UniversalRenderPipeline.cs(53,16): error CS0246: The type or namespace name ‘ProfilingSampler’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.universal@7.2.1\Runtime\Passes\DrawObjectsPass.cs(17,9): error CS0246: The type or namespace name ‘ProfilingSampler’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.universal@7.2.1\Runtime\Passes\MainLightShadowCasterPass.cs(41,9): error CS0246: The type or namespace name ‘ProfilingSampler’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.universal@7.2.1\Runtime\Passes\RenderObjectsPass.cs(14,9): error CS0246: The type or namespace name ‘ProfilingSampler’ could not be found (are you missing a using directive or an assembly reference?)