Reverting the camera fov
parent
76c2a82ac4
commit
eac076c98d
|
@ -9,4 +9,6 @@ public static class MarcsWebLogger
|
||||||
UnityWebRequest webRequest = UnityWebRequest.Get(url);
|
UnityWebRequest webRequest = UnityWebRequest.Get(url);
|
||||||
webRequest.SendWebRequest();
|
webRequest.SendWebRequest();
|
||||||
}
|
}
|
||||||
|
// check logs at https://log.m-g.tech/logs"
|
||||||
|
// clear with https://log.m-g.tech/clear"
|
||||||
}
|
}
|
||||||
|
|
|
@ -66,7 +66,7 @@ Camera:
|
||||||
height: 1
|
height: 1
|
||||||
near clip plane: 0.3
|
near clip plane: 0.3
|
||||||
far clip plane: 1000
|
far clip plane: 1000
|
||||||
field of view: 90
|
field of view: 60
|
||||||
orthographic: 0
|
orthographic: 0
|
||||||
orthographic size: 5
|
orthographic size: 5
|
||||||
m_Depth: 0
|
m_Depth: 0
|
||||||
|
|
Loading…
Reference in New Issue