eurigilberto / VolumetricCloudsUnityURP

This is a project I made for a technical art challenge. A volumetric cloud made in unity using a custom render feature in URP.
11 stars 1 forks source link

Errors on opening in Unity 2022.3.2f1 #1

Closed strangeways-dev closed 1 year ago

strangeways-dev commented 1 year ago

I recieve these 3 errors on the console after opening the project:

Library\PackageCache\com.unity.shadergraph@14.0.8\Editor\Generation\Targets\CustomRenderTexture\CustomTextureSize.cs(9,29): error CS0246: The type or namespace name 'CustomTextureSubTarget' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.shadergraph@14.0.8\Editor\Generation\Targets\CustomRenderTexture\CustomTextureSelf.cs(9,29): error CS0246: The type or namespace name 'CustomTextureSubTarget' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.shadergraph@14.0.8\Editor\Generation\Targets\CustomRenderTexture\CustomTextureSlice.cs(9,29): error CS0246: The type or namespace name 'CustomTextureSubTarget' could not be found (are you missing a using directive or an assembly reference?)

strangeways-dev commented 1 year ago

I resolved this by creating a project with URP already installed and then simply importing the assets folder.