Hertzole / gold-player

A first person player controller for Unity.
MIT License
160 stars 16 forks source link

How can I embed the code in my project so I can modify the code my self #38

Closed FredericoGauz closed 3 years ago

FredericoGauz commented 3 years ago

Sorry if it is a very simple question, I just started using Unity and would like to use your project as my (third) person controller. I really liked many of the functions you have here and would like to adapt it to what I want. (have a many acceleration speeds or try to allow it to jump while running).

Would it be hard to give me some instructions on how to proceed?

Thanks,

Hertzole commented 3 years ago

Hi there! I won't give you instructions really how to turn it into a third-person controller as that isn't directly supported and I don't really know how to do that at the top of my head. But to get the code into your project, go to the Releases and you can download a Unity package that you can import into your project and you get all the source code that you can edit. :)

FredericoGauz commented 3 years ago

Ah I got it now, thank you! =)