playMaker

Author Topic: Character Simple Move / Gravity Issue  (Read 1218 times)

rdmartyr7

  • Playmaker Newbie
  • *
  • Posts: 2
Character Simple Move / Gravity Issue
« on: August 30, 2023, 10:45:19 PM »
I've been having issues getting my player to fall. If I walk off the ledge, the player stays up in the air. If I jump then the character falls or if I press the arrows to move the character, he falls and moves at the same time.

Please advise.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Character Simple Move / Gravity Issue
« Reply #1 on: August 31, 2023, 05:48:19 AM »
Hi.
I think you need to connect the 'Falling Event'

If you are just prototyping or jump laying around with unity then the character controller is ok, but if you want to use for production, then i strongly suggest to build your own control system.

rdmartyr7

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Character Simple Move / Gravity Issue
« Reply #2 on: August 31, 2023, 03:31:29 PM »
I'll mess around with the fall event. I came across this last week and bought it since it was on sale haha. In normal practice I would be building my own because I normally hard code everything but figured I'd check it out and play around with it. I was using the hutong games tutorials but he never went into the fall event section during the tutorial I was on. Thanks! I'll try it out.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Character Simple Move / Gravity Issue
« Reply #3 on: September 01, 2023, 12:57:51 PM »
Hi.
Yeah, long time ago you could not even jump with the default character controller.