n00854180t:
[USER=“909050”]Moore Game Dev[/USER] - Awesome pack, just got it integrated into the Advance Locomotion Pack v4, works great.
You mentioned on my question on the Marketplace page that you’d implement multiplayer if I bought and requested it, so I’m just posting to request that officially. Seems like a good bit of work though and I’m in no rush.
One thing I do think could be improved on is moving all the kit functionality from the player controller into a helper component with an interface that can be implemented into the player controller to call its functions, so that the UI isn’t tightly coupled to the player controller class, but that’s a good bit of a rework.
Anyhow, great kit, thanks so much for releasing it!
Sorry about the delay in responding. Yes I think it makes sense to separate the code out from PlayerController into new class. But I’m not sure whether it would help that much. Would it? Doesnt everyone use the PlayerController class?