Put CameraClamp.cs on a camera Gameobject to clamp it to specified minimum and maximum coordinates. Adjust camera bounds with variables xMin, xMax, yMin, yMax. These values indicate the world space ...
This is the one of the easiest implementation to create a tilt parallax camera in Unity. Does not use the Gyroscope, only take the accelerometer sensor inputs and gives an acceleration to the ...