-
What do you want to achieve? I want the player to be able to control 2 characters at the same time.
-
What is the issue? I don’t know how.
-
What solutions have you tried so far? I searched on DevForum.
Hopefully you can help!
What do you want to achieve? I want the player to be able to control 2 characters at the same time.
What is the issue? I don’t know how.
What solutions have you tried so far? I searched on DevForum.
Hopefully you can help!
The problem is you’d need to modify the character control code completely. And that is a really gargantuan task to explain in a post.
Well copying a player character is trivial. Giving them controls though can range from easy, to incredibly complicated. It really depends on how you want them to control. If you want the player to take turns controlling each character, it’s actually pretty easy to do. If you want them to have control of both characters at the same time though it can get significantly more complicated.
Thanks for the reply. I want to control both at the same time, do you have any idea how to do this?
Do you know any sources that might do?