Currently, setting enemy paths in the editor is not possible. It is only possible to make the enemy move vertically or horizontally and give them an initial direction. By implementing a proper path editor, it would be possible to set any random path between 3 points (middle point and 2 edge points).
Some work has already been done in the EnemyPathEditor.cs class, but nothing functional yet.
Currently, setting enemy paths in the editor is not possible. It is only possible to make the enemy move vertically or horizontally and give them an initial direction. By implementing a proper path editor, it would be possible to set any random path between 3 points (middle point and 2 edge points).
Some work has already been done in the
EnemyPathEditor.csclass, but nothing functional yet.