- Home /
Question by
Gametrain8701 · Jul 16, 2017 at 07:01 AM ·
c#guiplayer
Controlling only one character based on GUI button.
Ok, I am making a little game and right now I want to be able to switch which object I'm controlling in the editor with I press play. Each player Inherits its' movement from the "Players class," but what I want to do is only control one. So I'm thinking that choosing with the GUI would be a good start. Right now whenever I move one player they all move.
Comment