Forum rules - please read before posting.

Move by MoveAlongPoints

halhal
edited February 2019 in Engine development

Hi,

I'm trying to make my player character move by MoveAlongPoints but it doesn't work.
Could you see the screenshots below and give me some advice, please?
Where should I check next.
Thank you in advance!

My environemnt: Windows 10 + Unity 2018.3.5f1 + AC 1.66.8

Code
Setting
Result

Comments

  • Welcome to the community, @hal.

    This occurs because your Movement method is set to None. Unless it is set to Point And Click, you must be in "Cutscene" mode in order to move the Player.

    I shall consider how this restriction might be lifted, but in the meantime you can bypass it manually by opening Player.cs, and inserting the following into line 183:

    (KickStarter.settingsManager.movementMethod == MovementMethod.None) ||
    
  • Hello, Chris

    Thank you for your reply!
    I made it but seemed to misunderstand in some point.
    Thank you again.
    I am looking forward to releasing my game with AC.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.