How to make the camera show all players?

image
I gotchu

1 Like

Yea, now the example has the filters. Just two filters, one for less than this, one for greater than this.

@Flying_Fajita this example is really cool, do you mind if I use it for a future project?

1 Like

nope, use it if you want, but the bundle isn’t that good yet

2 Likes

Sick!

1 Like

Some other examples of cameras if you need are in the second level.

Made this 5-6 months ago, so not sure exactly how the code is, but it should be fine.
The camera that keeps players in view mostly works, but it’s not perfect and could definitely be improved. Would also need slight adaptations to account for more than 2 players, but that’s relatively easy to do.

Cursor camera also needs to be adjusted to use Mouse+Camera Coords so it’s not off when the player moves without moving the cursor.

2 Likes

Cool thanks!