Hi I can't seen to set the initial distance in Top Down Ortho view - The Distance Size min and max function as expected but I would like to set the initial distance manually (in-between these two values) is there a way to do it ?

Col.

    colkel Hi! The initial distance is automatically calculated, regarding how you place your camera on the scene.
    You can find/edit the code in CameraTopDownOrtho.cs 😀

            /// <summary>
            /// Init some camera parameters
            /// </summary>
            override protected void Init()
            {
                base.Init();
                initSize = finalSize = cam.orthographicSize;`
      Write a Reply...