[TUTORIAL] Smash Bros-style multiplayer camera system (blueprints)

@anonymous_user_516af303

Thanks for the idea with the “Minimum Area Rectangle”. If you use this approach however, you have to make sure that you really have atleast 4 players. I hit my head against the wall yesterday for about an hour till I realized that this function can not work with less than 4 points to calculate a rectangle (hence my “can’t invert nil matrix” errors). So I guess it would be best to check if the players.Num() >=4 and calculate the rectangle, and use the other method otherwise.

Cheers