feat: add z-index and opacity support for ui elements#266
Merged
AlejandroAlvarezMelucciDCL merged 4 commits intoJun 10, 2025
Conversation
Test this pull request
|
AlejandroAlvarezMelucciDCL
marked this pull request as ready for review
June 3, 2025 13:18
As per protocol-squad's request, I updated the index to match their implementation Signed-off-by: Alejandro Alvarez Melucci <163010988+AlejandroAlvarezMelucciDCL@users.noreply.github.com>
robtfm
previously approved these changes
Jun 3, 2025
robtfm
approved these changes
Jun 9, 2025
AlejandroAlvarezMelucciDCL
deleted the
feat/4088-z-index-support-for-uielements
branch
June 10, 2025 13:13
AlejandroAlvarezMelucciDCL
added a commit
that referenced
this pull request
Jun 10, 2025
feat: add z-index and opacity support for ui elements (#266) * Added z index property to ui transform * Update property id As per protocol-squad's request, I updated the index to match their implementation * Added opacity property --------- Signed-off-by: Alejandro Alvarez Melucci <163010988+AlejandroAlvarezMelucciDCL@users.noreply.github.com>
AlejandroAlvarezMelucciDCL
added a commit
that referenced
this pull request
Jul 4, 2025
* feat: add z-index and opacity support for ui elements (#266) * Added z index property to ui transform * Update property id As per protocol-squad's request, I updated the index to match their implementation Signed-off-by: Alejandro Alvarez Melucci <163010988+AlejandroAlvarezMelucciDCL@users.noreply.github.com> * Added opacity property --------- Signed-off-by: Alejandro Alvarez Melucci <163010988+AlejandroAlvarezMelucciDCL@users.noreply.github.com> * feat: control day/night cycle (#277) * Added PBSkyboxTime. * Fixed typo * Lint pass fix * Added documentation * Fixed implementation to comply with ADR 259 * Removed unintended comment --------- Signed-off-by: Alejandro Alvarez Melucci <163010988+AlejandroAlvarezMelucciDCL@users.noreply.github.com>
This file contains hidden or 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
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.
Addresses the protocol implementation for issues
#4088 z-index
#4090 opacity
Related PRs:
E@: decentraland/unity-explorer#4366
SDK: decentraland/js-sdk-toolchain#1127