-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: print system information on startup. #3348
Conversation
Windows and Mac build successfull in Unity Cloud! You can find a link to the downloadable artifact below.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small comment, but lgtm
Signed-off-by: Ashley Canning <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved by QA ✅
Tested and confirmed that the system information is correctly printed in Player.log on startup.
Everything is working as expected. ✅
Regressions for this ticket had been performed in order to verify that the normal flow is working as expected:
- [ x] Log In/Log Out
- [x ] Backpack and wearables in world
- [ x] Emotes in world and in backpack
- [x ] Teleport with map/coordinates/Jump In
- [ x] Chat and multiplayer
- [x ] Profile card
- [x ] Camera
- [x ] Skybox
- [ x] Settings
Explorer/Assets/DCL/PerformanceAndDiagnostics/Diagnostics/SystemInfoUtils.cs
Outdated
Show resolved
Hide resolved
Explorer/Assets/DCL/PerformanceAndDiagnostics/Diagnostics/SystemInfoUtils.cs
Outdated
Show resolved
Hide resolved
…hore/print-system-utils
Pull Request Description
What does this PR change?
It prints full device information to Player.log
Test Instructions
Quality Checklist
Code Review Reference
Please review our Code Review Standards before submitting.