Unityデバック:Terminalでログを見たい
@echo offecho Watching Unity Editor log for errors...powershell -Command "Get-Content C:\Users\<ユーザー名>\AppData\Local\Unity\Editor\Editor.log -Wait -Encoding UTF8 | Select-String -Pattern 'Error', 'Exception'"pause
watchEditorLog.bat として保存す