MahadAdnanGul / WinterGameJam

0 stars 0 forks source link

Common Movement scripts #15

Open m-jojo-s opened 3 years ago

m-jojo-s commented 3 years ago

For the bots and players, can we keep a common movement script? Since we're not using forces directly for movement, affecting movement from external objects like walls will become difficult to manage if we add more such functionality. Otherwise we'll need to refer both movement scripts every time and sync changes to both of them as well.

MahadAdnanGul commented 3 years ago

I agree we should, The same script can diverge a bit if the game object it is attached to is a bot

ZuhairGhias commented 3 years ago

Yea I can take a look