Skip to content

Add command to open Unity log files#41

Open
Abhinav-0311 wants to merge 1 commit into
chrisyarbrough:mainfrom
Abhinav-0311:add-logs-command
Open

Add command to open Unity log files#41
Abhinav-0311 wants to merge 1 commit into
chrisyarbrough:mainfrom
Abhinav-0311:add-logs-command

Conversation

@Abhinav-0311

Copy link
Copy Markdown

Fixes #29.

Summary

  • Adds a new logs command that resolves Unity Editor, package manager, and player log paths for a project.
  • Uses Unity Hub project args to honor a custom Editor -logFile path when configured.
  • Adds platform-specific default log locations and derives player logs from ProjectSettings.asset company/product names.
  • Documents the command in the README and adds unit tests for log path parsing.

Testing

  • git diff --check
  • Not run: dotnet test src\ucll.tests because dotnet is not installed on PATH in this environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Command: Open Unity Editor/Player Logs

1 participant