unity 6 호환 오류 경고 메시지 제거
This commit is contained in:
@@ -62,7 +62,7 @@ public class Panel_ToolBar : PanelBase
|
||||
{
|
||||
var filePath = Path.GetFullPath(Environment.GetFolderPath(Environment.SpecialFolder.MyVideos));
|
||||
|
||||
capture = GameObject.FindObjectOfType<CaptureBase>();
|
||||
capture = GameObject.FindFirstObjectByType<CaptureBase>();
|
||||
capture.CameraRenderResolution = CaptureBase.Resolution.Custom;
|
||||
capture.CompletedFileWritingAction += OnCompleted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user