How to decentralize a Gameplay camera?

You can do it with multiple things

  1. There are some plugins Split viewport into areas of different contents - #5 by Aubrey
  2. You can use render target which is not optimal since it would be costly
  3. You can change screen viewport uv’s in post process which would gave same effect. Offset gameview - #4 by uJelleh
2 Likes