Update service and dialog distance
This commit is contained in:
parent
922cde69a8
commit
a57cb87be5
|
@ -19952,9 +19952,9 @@ MonoBehaviour:
|
||||||
faceUserDefinedTargetTransform: 0
|
faceUserDefinedTargetTransform: 0
|
||||||
targetToFace: {fileID: 0}
|
targetToFace: {fileID: 0}
|
||||||
pivotAxis: 7
|
pivotAxis: 7
|
||||||
minDistance: 0.55
|
minDistance: 0.5
|
||||||
maxDistance: 0.55
|
maxDistance: 0.5
|
||||||
defaultDistance: 0.55
|
defaultDistance: 0.5
|
||||||
maxViewHorizontalDegrees: 30
|
maxViewHorizontalDegrees: 30
|
||||||
maxViewVerticalDegrees: 20
|
maxViewVerticalDegrees: 20
|
||||||
reorientWhenOutsideParameters: 1
|
reorientWhenOutsideParameters: 1
|
||||||
|
|
|
@ -28,9 +28,9 @@ namespace WebViewStream
|
||||||
if (dialog != null)
|
if (dialog != null)
|
||||||
{
|
{
|
||||||
Follow follow = dialog.GetComponent<Follow>();
|
Follow follow = dialog.GetComponent<Follow>();
|
||||||
follow.MinDistance = 0.5f;
|
follow.MinDistance = 0.45f;
|
||||||
follow.DefaultDistance = 0.5f;
|
follow.DefaultDistance = 0.45f;
|
||||||
follow.MaxDistance = 0.5f;
|
follow.MaxDistance = 0.45f;
|
||||||
|
|
||||||
dialog.OnClosed += (x) =>
|
dialog.OnClosed += (x) =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue