Tile Conquered - wrong place?

Isn’t the tile conquered done in the wrong place? The first tile is automatically unlocked in BeginPlay, which means you automatically score one point without actually passing the tile. Wouldn’t the function be better called from the EndOverlap (LockingVolume) node? That way, you score a point once you traversed the tile and locked it behind you.

Privacy & Terms