[Unity] Opening scene with automated player movement.

Spirox

Active Member
Jun 15, 2018
518
503
Hi folks,

I am wondering how I could make an opening scene like in RPG Maker but in unity with the player moving automatically to the target and speaking with it (like some opening scenes made with RPG Maker).

Any clue?

Thanks!
 

Winterfire

Forum Fanatic
Respected User
Game Developer
Sep 27, 2018
5,933
8,619
Since you did not specify if you are making a 2D or 3D game, here a general solution for both:
 

Winterfire

Forum Fanatic
Respected User
Game Developer
Sep 27, 2018
5,933
8,619
Depending on how you programmed the movement, A* may not be necessary then.

If you move tile by tile, you just need to make a script for auto-movement which disables manual movement and some way to feed a "Map" of movements to do, similar to how RPG Maker does it.
 
  • Like
Reactions: Spirox