Hello everybody,
need to implement fishing mechanics in UE4. The biggest problem is how to implement fishing line that can move a floater on the water by pulling the fishing rod left or right.
Cable component is not very helpful because it is more visual solution. Maybe PhysicsConstraintComponent?? Bone animation?
I am trying to avoid implementing all the physics myself. But if that is the only solution… ?
Thanks in advance!