-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add loading and teleport logs #3436
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.
✔️ PR reviewed and approved by QA on both platforms following instructions playing both happy and un-happy path
Regressions for this ticket had been performed in order to verify that the normal flow is working as expected:
- ✅ Backpack and wearables in world
- ✅ Emotes in world and in backpack
- ✅ Teleport with map/coordinates/Jump In
- ✅Profile card
- ✅ Camera
- ✅Skybox
- ✅Settings
Example of the implementation:
- <color=#BDB8AC>[ALWAYS]: Trying to teleport to (-102, -97). Attempt
2 and 3. <color=#BDB8AC>[ALWAYS]: Current loading stage: Init
<color=#BDB8AC>[ALWAYS]: Current loading stage: UnloadCacheChecking
<color=#BDB8AC>[ALWAYS]: Current loading stage: PlayerTeleporting - <color=#BDB8AC>[ALWAYS]: Current loading stage: Completed
Pull Request Description
Add logs (always) when:
This addresses half of the issue #3428
Test Instructions
Test Steps
Code Review Reference
Please review our Code Review Standards before submitting.