Unity-Technologies / BoatAttack

Demo Project using the Universal RP from Unity3D
Other
2.54k stars 954 forks source link

Can't find ’WaterResources‘ when open demo_island #140

Closed SuperStarDante closed 3 years ago

SuperStarDante commented 3 years ago

in Water.cs I find this code:

 if(resources == null)
 {
        resources = Resources.Load("WaterResources") as WaterResources;
 }

But the resource is not exist. So Editor throw the error "MissingReferenceException: The variable defaultFoamRamp of WaterResources doesn't exist anymore."

SuperStarDante commented 3 years ago

My Git LFS's problem.