🎏Fishing Modes

Different Ways of Fishing

Each game is unique, so this asset comes with a variety of fishing modes for your to choose from.

Simple: You just cast the rod and pull back as soons as the fish bite, it can't get simpler.

Reeling: After the fish bite you have a window to reel the fish in, no challenge.

Tug of War: A minimage mode where you have to get the fish tired before being able to reel it in

To switch the current fishing mode, use the dropdown in the Fishing State:

The Global Fishing Mode (Int Var) is a Global controller that other scripts can use to know wich type of fishing system we are currently using.

Creating Custom Modes

If you want to take a step further and implement your own fishing modes, you can create a new Class that inherits from FishingMode, use the other modes as an example and as an starting point

Last updated