Performance Tweak - Island Demo

Hello,

Just wondering if someone could give me a hand. I am trying to get the performance tweak script from the island demo to work with the game Ive put together. Ive managed to fix all of the misdirected variables except the IslandWater variable, and Im not entirely sure why. I was under the impression that it was just referencing the IslandWater script and I have the same script named the same thing and in the same place. the error Im getting is:

Assets/Standard Assets/Scripts/Performance/PerformanceTweak.js(2,13): BCE0018: The name ‘IslandWater’ does not denote a valid type. Did you mean ‘System.Runtime.Remoting.Channels.IClientChannelSinkStack’ ?"

Anyone know what I’m doing wrong?

yea i would like to know how to get this script running on my level as well. I was able to get everything link up but it gave me a butt load of errors as well. I was able to fix the water bug but the other errors was about the terrain engine info tabs.

Try moving the IslandWaterScript in the Standard-Assets folder. These scripts are compiled first.