We have a projector and it needs to be at a certain angle toward the screen so the player can be infront of the screen and infront of the kinect without blocking the projector.
Doing so result in horizontal skew, which our projection does not have internal support to fix.
We are looking for a way to ‘‘skew’’ the entire game with arrows and fix it manually when set up or booth.
Anyone as an idea on how to do this simply? Post process effect? Idk precisely what I’m actually looking for, but it’s generaly named a solution
You can directly write to camera.projectionMatrix to get the kind of effect you want. The trick is knowing what to write, but you should probably look elsewhere for that - e.g. this StackOverflow thread:
Regarding setting the projection matrix in Unity, here is an example that sets an off-centre projection, though not the maths you need for your case: