Skip to content

An unpolished proof-of-concept attempt of implementing the realistic motion, physics, and animation of casting a fishing rod and reeling in a fishing line in Unity 3D using Verlet Physics, Unity's Line, and other built-in physics elements.

Notifications You must be signed in to change notification settings

Kevin-Kwan/Unity3D-FishingRodMotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementing Fishing Rod Line Physics in Unity 3D

About:

This is an unpolished proof-of-concept attempt of implementing the realistic motion, physics, and animation of casting a fishing rod and reeling in a fishing line (like a rope or a string) in Unity 3D using Verlet Physics, Unity's Line, and other built-in physics elements. Unity version used: LTS 2022.3.15f1

Preview:

fishy

Values on the scripts can be finely tuned to get your desired physics behaviors in the Inspector.

How to Observe the Behavior:

To view the behavior in this project, first, ensure that your character is not moving (this is due to how I set up the Animation Controller). You can change how this works in your own project.

  • Press E to pull out your fishing rod.
  • Left click to cast your fishing your fishing rod.
  • Press Q to reel in your fishing rod.

About

An unpolished proof-of-concept attempt of implementing the realistic motion, physics, and animation of casting a fishing rod and reeling in a fishing line in Unity 3D using Verlet Physics, Unity's Line, and other built-in physics elements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages