Compare commits

..

No commits in common. "d4421a6ec8e5c784eca0c81ddc07132b553128db" and "ea543977534d516b27af5710afb4792e8c4f47a3" have entirely different histories.

View File

@ -73,7 +73,7 @@ public class Show3DCamera : MonoBehaviour
public void ResetCamera(Transform target, RectTransform inputRect = null, bool isRenderTexture = false)
public void ResetCamera(Transform target, RectTransform inputRect = null, bool isRenderTexture = true)
{
if (target == null)
{