-
Notifications
You must be signed in to change notification settings - Fork 93
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
Release: 20231113 #5917
Merged
Merged
Release: 20231113 #5917
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: typo in mouse sensitivity in settings * fix: fix typo in the adult content warning
Several visual fixes and typos
chore: sync main to dev
Signed-off-by: Nicolas Lorusso <[email protected]>
chore: sync main to dev
chore: sync main to dev
* Implement SignUp mode for the Backpack * Implement SignUp mode for the Backpack (II) * Modify next steps (SignupHUD) to become only one * Minor fixes * Implement links to “Terms of Service” and “Privacy Policy” * Encapsulate FF string into constants * Create new section “Email notifications” in Account Settings * Create new section “Email notifications” in Account Settings (II) * Update SignupHUDV2.prefab * Minor updates * Set the name input focused by default * Visual fixes for the Backpack's sign up header * fix: The name is not being set correctly after the sign up process * Play wave emote when we click on NEXT in the Backpack * Fix transition between ToS and the loading screen * Update categories backpack icons * Update NftTypeIcons.asset * Update NFTTypesIcons.asset * Update mouse icons * Revert "Update mouse icons" This reverts commit fd4187b. * Update mouse textures * Update mouse hints color and copies * Fix colors for base wearables in the passport * Update warning texture. Fix icon position in warning noti. * Update button component color animation * Polish SignupHUD2 UI * Update textures (add, rename, relocate) * Update toast VRM icon * Add icons to my account section buttons * Update MyAccountSectionHUD.prefab * Send email to Beehiiv * Update SubscriptionsAPIClient.cs * Relocate and rename radial gradient assets * Create new background * Manage email status in my account * Update SubscriptionsAPIClient.cs * Manage email in MyAccount section * Update SignupHUDV2.prefab * Update email assets * Create confirmation pop-up for updating email * Update SignupHUDV2.prefab * Store Beehiiv TokenID into a secret environment variable * Add temporal debug logs * Revert "Add temporal debug logs" This reverts commit 532c328. * Revert "Store Beehiiv TokenID into a secret environment variable" This reverts commit 42868c9. * Update UpdateEmailConfirmationHUD.prefab * Use subscribe endpoint from builder-server * Update unsubscribe modal copy * Update disclaimer icon and fix input left margin * Polish backpack nav bar * Update orange container color * Use delete and get endpoints from builder-server * Make avatar loading bigger * Point subscriptions url to.org * Implement new metric click_onboarding_jump_in * Update metric passport_edit_profile * Create empty state for the sign in flow during the avatar customization step * When editing the email field in account settings the carret blinking and the outline grey container are missing * Avatar customization: turn off the image texture of the WearablesSection game object * The icon of the jump into dcl button doesn't look disable * Add spinner animation in the email input after processing an update * Remove click_onboarding_jump_in metric * Add animations for the transitions in the sign up flow * Make the avatar be saved after the last step in the signup flow * Update BackpackEditorHUDController.cs * Update BackpackEditorHUDController.cs * Don't clean form between transitions * Add missing character limit error detail * Fix color toggle highlight missing texture * Fix corner radius size of the color picker sliders * Remove from "Final details" the mouse hints on the bottom left corner * Update SignupHUDControllerShould.cs * Fix backapck width * Update BackpackEditorHUDV2.prefab * Increase item size * Update grid * Polishment * Remove head nft type (it doesn't longer exist) * fix: backpack width is being cut in some resolutions (II) (#5900) * Make the wearables grid adapt to the full width of the screen * Update info card textures * Update PageSelector.prefab * Update BackpackEditorHUDV2.prefab * Delete line gradient texture * Update background image type to Sliced into the info card * Update NftTypeIcons.asset * Make the backpack info card adapt to the full width * Update BackpackInfoCard.prefab * Make emotes section adapt to the full width * Update EmotesCustomizationSectionV2.prefab * Fix emote details panel position * Several fixes * Update WearableGridItemView.prefab --------- Co-authored-by: Romina Marchetti <[email protected]> * Fix tests * Update BackpackEditorHUDV2.prefab --------- Signed-off-by: Santi Andrade <[email protected]> Co-authored-by: Romina Marchetti <[email protected]>
After the CI passes: WebThis branch can be previewed at:
Desktop:If you have the launcher installed (download launcher) you can press open on the following link: SDK 6/7:More |
This reverts commit 6635746.
* Tweaked replication logic about emote and movement * Bugfixes * Updated cancel emote logic * Fixed emotes not stopping after moving, fixed AvatarMovementController speed not correctly being accelerated * Fixed avatars stopping their emotes when hidden by camera or distance * Fixed null references when spawning an Avatar Shape * Suggested changes
…one (#5925) * if the profile doesn't come from catalys, we use the local one * if the profile doesn't come from catalys, we use the local one (II) * Update initialRemoteProfileLoad.ts
Ludmilafantaniella
approved these changes
Nov 13, 2023
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.
✅ Reviewed and approved by QA.
Kinerius
approved these changes
Nov 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Our Code Review Standards
https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md
Copilot summary
🤖 Generated by Copilot at 2dfb07c
This pull request updates the project to use the latest Unity version
2022.3.12f1
, improves the profile loading performance by using the Catalyst server, fixes various UI issues and warnings, and adds new dependencies and tests for theAvatarAttach
component.