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. I
ve 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 I
m 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?