Local Wave Areas

Waves configured in Wave Profile can be affected by Local Wave Areas.
They are circular areas that you put on scene to modify amplitude, steepness and hillness locally.
With them you can e.g. make steady waves near land and high waves in storm area.

Simply, create empty game object on scene and add Local Wave Area component.

You can have many areas on scene and they can intersect each other (they will be blended together).
However, due to fact how waves algorithm works, each active area adds a constant amount of computation overhead no matter if it's visible on screen or not.
Because of that, there is hardcoded limit of maximum 32 active areas at once.
If you are going to use more than that, you can: