Unity-Technologies / VisualEffectGraph-Samples

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

Compile error on 2019.2 #7

Closed d-ocean closed 4 years ago

d-ocean commented 5 years ago

The VoxelizedTerrainController.cs just needed:

using UnityEngine.VFX.Utils;

changed to:

using UnityEngine.Experimental.VFX.Utility;

d-ocean commented 4 years ago

Nevermind - there are other issues to address before upgrading.