Hello all, I need some help with a player place calculation, which is the best way to sort and then access to a sorted pawn based on their position on a race?
My current implementation:
check the location of a point on
spline where pawn currently is
check a number of passed checkpoints
optionally we can check current lap
Pawns spawn on begin play nor being placed in level
Should I use game mode or create a track manager and then place it on a level?