-
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
fix: error while downloading camera reel #3087
Conversation
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! ✅
Tested on Windows and Mac. The reel downloads successfully without errors, and the file is correctly saved in the expected folder:
⭐ ${user-home}/decentraland/reels.
3087-fix.mp4
Notes from the discussion in the thread:
- Currently, there is no default download folder, as its location is arbitrary.
- On Mac, the file should be found in
/Users/{name-of-user}/decentraland/reels
. - The goal of this PR is to fix the error message and ensure users can download files without issues.
- A future improvement could be to either save the file in the Downloads folder or inform users where to find it.
Regressions for this ticket had been performed in order to verify that the normal flow is working as expected:
- ✔️ Log In/Log Out
- ✔️ Backpack and wearables in world
- ✔️ Emotes in world and in backpack
- ✔️ Teleport with map/coordinates/Jump In
- ✔️ Chat and multiplayer
- ✔️ Profile card
- ✔️ Camera
- ✔️ Skybox
What does this PR change?
Fixes #3081
Remove the opening of the system folder where the file has been downloaded (there is no support for
System.Diagnostic.Process
API as stated here, at the very last point)How to test the changes?
${user-home}/decentraland/reels
Our Code Review Standards
https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md