You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recent unity versions, editor logs have moved into project folder:
Logs moved to project-relative Editor.log file, and subsequent logs will only be written to this file.
F:/Unity/projs/myproj/Logs/Editor.log
TODO
check which version the move happened
add context menu for opening editor.log in recent projects list
add shortcut key to open editor.log from selected project
handle build report fetching from that log file (maybe it reads editor.log and gets folder name from there? but if have 2 editors open, then it fails.. probably need to add in project context menu)
recent unity versions, editor logs have moved into project folder:
TODO