Unity-Technologies / VisualEffectGraph-Samples

Visual Effect Graph - Samples Project
Other
1.86k stars 387 forks source link

New Version is not working #9

Open lijualivenow opened 4 years ago

lijualivenow commented 4 years ago

I am using Windows 10, unity 2019.2.7f and 2019.2.0f, new project sample is not working. It crashes after a while package resolving.

sourya-sen commented 4 years ago

Unity 2019.3 has multiple errors and doesn't work, either.

bryanrtboy commented 4 years ago

Library/PackageCache/com.unity.cinemachine@2.3.4/Runtime/PostProcessing/CinemachineVolumeSettings.cs(5,42): error CS0234: The type or namespace name 'HDPipeline' does not exist in the namespace 'UnityEngine.Experimental.Rendering' (are you missing an assembly reference?)

Changing UnityEngine.Experimental.Rendering to UnityEngine.Rendering breaks other things, as does updating Cinemachine to latest preview. In short, it is not possible to run these examples in 2019.3.f1.

muqian3288 commented 4 years ago

Library/PackageCache/com.unity.cinemachine@2.3.4/Runtime/PostProcessing/CinemachineVolumeSettings.cs(5,42): error CS0234: The type or namespace name 'HDPipeline' does not exist in the namespace 'UnityEngine.Experimental.Rendering' (are you missing an assembly reference?)

Changing UnityEngine.Experimental.Rendering to UnityEngine.Rendering breaks other things, as does updating Cinemachine to latest preview. In short, it is not possible to run these examples in 2019.3.f1.

The type or namespace name 'HDPipeline' does not exist in the namespace 'UnityEngine.Rendering' (are you missing an assembly reference?) Unity2019.3.6f1

davidboon78 commented 4 years ago

Also experiencing this problem: using UnityEngine.Experimental.Rendering.HDPipeline; causes: The type or namespace name 'HDPipeline' does not exist in the namespace 'UnityEngine.Experimental.Rendering' (are you missing an assembly reference?)
Unity 2019.3.12f1

Prashant29 commented 4 years ago

I'm also experiencing this problem, Any update on this?

Thanks in advance!

alikrc commented 4 years ago

just update on ur own, it works.