Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support run on batchmode #34

Merged
merged 3 commits into from
Mar 13, 2024

Conversation

nowsprinting
Copy link
Contributor

Changes


Contribution License Agreement

@nowsprinting nowsprinting requested a review from a team as a code owner March 11, 2024 00:50
? "UnityEditor.GameView"
: "UnityEditor.PlayModeView";
var gameView = assembly.GetType(viewClass);
EditorWindow.GetWindow(gameView, false, null, true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ha, it seems magical, but we need it 👍

@@ -92,7 +92,7 @@ public SlackMessageSender(SlackAPI api)
return;
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should warn here if users specify withScreenshot on batchmode instead of just ignoring. Would you warn it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it the behavior before the change that requires a warn?
After changes, can running specify withScreenshot on batchmode.

Copy link
Member

@Kuniwak Kuniwak Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oooooops, I'm sorry, I misunderstood. I got confused between before and after...

@nowsprinting nowsprinting requested a review from Kuniwak March 13, 2024 08:08
Copy link
Member

@Kuniwak Kuniwak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you @nowsprinting !

@Kuniwak Kuniwak merged commit af3e0e0 into DeNA:master Mar 13, 2024
2 checks passed
@nowsprinting nowsprinting deleted the feature/support_batchmode branch March 13, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing test run on batchmode
2 participants