Merge branch 'master' into 3DBody

This commit is contained in:
shenjianxing 2025-03-11 14:37:34 +08:00
commit 54338fd969

View File

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