Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Well, I’m not to familiar with Unity, but from the programming I do know, you should just need to get the locations of the player (Easy enough, I think in unity that is easy to get) and the mouse (Almost every programming IDE has MouseX/MouseY or something similar) then draw a line between them. Hope that helps!