Skip to content
Open
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
c16ac38
feat: Add UnitiyWearablePreview config
cyaiox Jun 24, 2025
887a4db
chore: Update decentraland-ui package
cyaiox Jun 24, 2025
8c79bb6
feat: Add WEARABLE_PREVIEW_URL config
cyaiox Jun 24, 2025
f4d2ced
Merge branch 'master' of github.com:decentraland/builder into feat/us…
RocioCM Feb 27, 2026
740a7c5
Formatting fix
RocioCM Feb 27, 2026
b43fef4
Update wearable-preview url
RocioCM Mar 4, 2026
0301db8
Merge branch 'master' of github.com:decentraland/builder into feat/us…
RocioCM Mar 4, 2026
7894a1b
Refactor repeated code
RocioCM Mar 4, 2026
baaf44a
Update tests
RocioCM Mar 4, 2026
e9ad5e0
Use unity wearable preview in thumbnails
RocioCM Mar 12, 2026
42be5f0
Fix imports
RocioCM Mar 12, 2026
1bb95f4
Fix button style
RocioCM Mar 12, 2026
a7d1c02
Rollback thumbnail wearable preview
RocioCM Mar 16, 2026
67c380f
Fix types
RocioCM Mar 16, 2026
1244c7e
Show emote controls on unity editor
RocioCM Mar 16, 2026
4671c4a
Add new translations
RocioCM Mar 23, 2026
ee19521
Update schemas version
RocioCM Mar 23, 2026
aa479aa
Implement spring bones parsing and UI
RocioCM Mar 24, 2026
a5ccadb
Fix patching for different body shapes
RocioCM Mar 24, 2026
f9e53cc
Merge branch 'master' of github.com:decentraland/builder into feat/us…
RocioCM Mar 25, 2026
04c9a24
Merge branch 'feat/use-unity-wearable-preview' of github.com:decentra…
RocioCM Mar 25, 2026
14de4b9
Remove debug logs
RocioCM Mar 25, 2026
679aabb
Fix unit tests
RocioCM Mar 25, 2026
5bc845f
Fix dev install
RocioCM Mar 25, 2026
b6a7296
Add missing tests
RocioCM Mar 25, 2026
9691916
Fix validations
RocioCM Mar 25, 2026
4d8a7ae
Update setSpringBonesParams arg type
RocioCM Mar 26, 2026
c878871
Update schemas version
RocioCM Mar 26, 2026
84647e5
Update ui2 version
RocioCM Mar 26, 2026
5756ebf
Fix PR comments
RocioCM Mar 26, 2026
017046d
Update dev wearable preview url
RocioCM Mar 26, 2026
74a5e7b
Update dapps conflicting version
RocioCM Mar 27, 2026
2a9ac89
Improve selector implementation
RocioCM Mar 27, 2026
fc6c819
Update gltf extensions parsing & patching
RocioCM Mar 31, 2026
8e79d7a
Improve formatting
RocioCM Mar 31, 2026
475019e
Fix code details
RocioCM Apr 1, 2026
a3c09f4
Rollback emotes dropdown styles & add unity param
RocioCM Apr 2, 2026
9243edb
Remove unused classname
RocioCM Apr 2, 2026
ebac394
Remove baseurl
RocioCM Apr 2, 2026
056eb13
Merge branch 'master' of github.com:decentraland/builder into feat/us…
RocioCM Apr 2, 2026
af501bf
Use babylon for social emotes
RocioCM Apr 2, 2026
364599c
Merge branch 'feat/use-unity-wearable-preview' of github.com:decentra…
RocioCM Apr 2, 2026
ad0fb2b
Add testing url
RocioCM Apr 2, 2026
dd90b7a
Add testing url
RocioCM Apr 2, 2026
b4c1d15
Merge branch 'feat/use-unity-wearable-preview' of github.com:decentra…
RocioCM Apr 2, 2026
d8ee9e6
Update preview
RocioCM Apr 2, 2026
aa64837
Update preview url
RocioCM Apr 2, 2026
31955b4
Remove hitRadius
RocioCM Apr 6, 2026
e7e723a
Fix dependencies
RocioCM Apr 7, 2026
822bad3
Update default spring bones params
RocioCM Apr 7, 2026
5bc9066
Refactor selected item identifier from GLB hash to item ID across the…
RocioCM Apr 9, 2026
564e5a5
Improve UX on mint
RocioCM Apr 9, 2026
23406c1
Merge branch 'master' of github.com:decentraland/builder into feat/sp…
RocioCM Apr 9, 2026
4f88f65
Fix form issues
RocioCM Apr 9, 2026
06061b8
Merge branch 'master' of github.com:decentraland/builder into feat/sp…
RocioCM Apr 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,3 @@ src/
For detailed AI Agent context, see [docs/ai-agent-context.md](docs/ai-agent-context.md).

---

168 changes: 142 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dcl/crypto": "^3.4.5",
"@dcl/hashing": "^3.0.4",
"@dcl/mini-rpc": "^1.0.7",
"@dcl/schemas": "^22.1.0",
"@dcl/schemas": "25.3.0",
"@dcl/sdk": "7.5.5",
"@dcl/single-sign-on-client": "^0.1.0",
"@dcl/ui-env": "^2.0.0",
Expand All @@ -37,12 +37,12 @@
"decentraland-builder-scripts": "^0.24.0",
"decentraland-connect": "^12.0.0",
"decentraland-crypto-fetch": "^2.0.1",
"decentraland-dapps": "^28.0.1",
"decentraland-dapps": "^28.4.0",
"decentraland-ecs": "6.12.4-7784644013.commit-f770b3e",
"decentraland-experiments": "^1.0.2",
"decentraland-transactions": "^3.0.2",
"decentraland-ui": "^7.2.0",
"decentraland-ui2": "^1.3.7",
"decentraland-ui2": "^1.6.0",
"ethers": "^5.6.8",
"fast-equals": "^5.3.0",
"file-saver": "^2.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import {
setSkinColor,
fetchBaseWearablesRequest,
setWearablePreviewController,
setItems
setItems,
pushSpringBoneParams
} from 'modules/editor/actions'
import {
getEmote,
Expand All @@ -33,6 +34,7 @@ import { useGetVisibleItems } from 'modules/editor/hook'
import { useGetSelectedCollectionIdFromCurrentUrl, useGetSelectedItemIdFromCurrentUrl } from 'modules/location/hooks'
import { CenterPanelContainerProps } from './CenterPanel.types'
import CenterPanel from './CenterPanel'
import { getIsUnityWearablePreviewEnabled } from 'modules/features/selectors'

const CenterPanelContainer: React.FC<CenterPanelContainerProps> = () => {
const dispatch = useDispatch()
Expand All @@ -51,6 +53,7 @@ const CenterPanelContainer: React.FC<CenterPanelContainerProps> = () => {
const openModals = useSelector(getOpenModals)
const userHasOrphanItems = useSelector(hasUserOrphanItems)
const collections = useSelector(getCollections)
const isUnityWearablePreviewEnabled = useSelector(getIsUnityWearablePreviewEnabled)

const collectionId = useGetSelectedCollectionIdFromCurrentUrl()
const selectedItemId = useGetSelectedItemIdFromCurrentUrl()
Expand Down Expand Up @@ -115,6 +118,9 @@ const CenterPanelContainer: React.FC<CenterPanelContainerProps> = () => {
params?: Parameters<typeof fetchCollectionItemsRequest>[1]
) => {
dispatch(fetchCollectionItemsRequest(id, params))
},
onPushSpringBoneParams: () => {
dispatch(pushSpringBoneParams())
}
}),
[dispatch]
Expand All @@ -137,6 +143,7 @@ const CenterPanelContainer: React.FC<CenterPanelContainerProps> = () => {
isPlayingEmote={isPlayingEmoteState}
isImportFilesModalOpen={isImportFilesModalOpen}
hasUserOrphanItems={userHasOrphanItems}
isUnityWearablePreviewEnabled={isUnityWearablePreviewEnabled}
{...actions}
/>
)
Expand Down
Loading
Loading