Skip to content

release: 2025-04-15 #3968

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

Merged
merged 34 commits into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
00c1452
Fix: terrain raycast on teleport (#3826)
popuz Apr 7, 2025
0a43129
Fix: profile thumbnail loading inconsitencies (#3864)
lorenzo-ranciaffi Apr 8, 2025
4840dfe
Task cancellation is not an error (#3866)
AnsisMalins Apr 8, 2025
6a5723d
fix: remove highlight of entities that are no longer inside the scene…
lorenzo-ranciaffi Apr 8, 2025
be51453
Merge pull request #3865 from decentraland/chore/sync
aixaCode Apr 8, 2025
b1359d3
fix: gltf collision layer update lost while loading (revisited) (#3881)
pravusjif Apr 9, 2025
6e510a4
chore: sdk scene debug console minor improvements (#3867)
pravusjif Apr 9, 2025
a1a3f7f
feat: create skip-version-check app arg (#3905)
sandrade-dcl Apr 9, 2025
0767efc
Add some profiling markers for MediaPlayer (#3883)
AnsisMalins Apr 10, 2025
726df1e
fix: uniform scroll rects scrolling speeds (#3906)
lorenzo-ranciaffi Apr 10, 2025
7651f57
feat: add untrusted realm checking & confirmation popup (#3859)
lorux0 Apr 10, 2025
fdfa9b0
Fix: The HaskKey class produced different hashes for same input (#3908)
QThund Apr 10, 2025
8c31143
fix: improve github event handling (#3873)
charly-bg Apr 10, 2025
e4c3a35
fix: Wearables not loading (#3870)
dalkia Apr 10, 2025
aaa6b76
style: delete MVFW slide from loading screen (#3930)
RominaMarchetti Apr 10, 2025
9eeb0b4
fix: log profile thumbnail error on last attempt only (#3923)
lorenzo-ranciaffi Apr 11, 2025
52daaf3
feat: add min spec guard panel at load (#3852)
davidejensen Apr 11, 2025
4635b3e
fix: sdk virtual camera rotating characters (#3936)
pravusjif Apr 11, 2025
04e5369
fix: Filter to stop instantiating avatar if deletion requested (#3932)
dalkia Apr 11, 2025
11ea715
Fix: analytics being updated during loading screen (#3921)
popuz Apr 11, 2025
82b0ce8
Fix: player fall on scene reload (#3879)
popuz Apr 11, 2025
3013b06
fix: move sdk 6 marker to debug panel (#3911)
lorenzo-ranciaffi Apr 11, 2025
4e45a4f
chore: add github event name code for schedule (#3941)
charly-bg Apr 11, 2025
d4ebf31
feat: avatar textures from PBMaterial (#3882)
lorux0 Apr 11, 2025
fec3965
fix: bring back dcl logo in initial loading (#3946)
davidejensen Apr 11, 2025
18964c1
Show where photo was saved (#3948)
AnsisMalins Apr 11, 2025
f42c10b
feat: KTX textures & conversion support (#3875)
mihakrajnc Apr 13, 2025
44e1f02
fix: publish force render on profiles (#3951)
lorux0 Apr 14, 2025
42b093e
fix: support ens names on teleport from chat (#3955)
lorux0 Apr 14, 2025
b280dfd
style: replace scene restriction warning icon for an info icon in the…
RominaMarchetti Apr 14, 2025
3b9fb77
fix: added dont show again toggle for minimum specs screen (#3959)
davidejensen Apr 14, 2025
22e3618
chore: Initial Unity 6 Upgrade (#3740)
m3taphysics Apr 15, 2025
4338244
fix: stop remote emote on player blocked (#3966)
lorenzo-ranciaffi Apr 15, 2025
a693dd7
Fixed localization scriptable objects errors
davidejensen Apr 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 5 additions & 2 deletions .github/workflows/build-unitycloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,16 @@ jobs:
echo "SHA_SHORT=$(echo ${{ needs.prebuild.outputs.commit_sha }} | cut -c1-7)" >> $GITHUB_ENV
echo "SAFE_BRANCH_NAME=${GITHUB_HEAD_REF:-${GITHUB_REF_NAME}}" >> $GITHUB_ENV

case "${GITHUB_EVENT_NAME}" in
EVENT_NAME="${{ github.event_name }}"
echo "Detected event: $EVENT_NAME"
case "$EVENT_NAME" in
pull_request) echo "BUILD_PREFIX=pr" >> $GITHUB_ENV ;;
push) echo "BUILD_PREFIX=pu" >> $GITHUB_ENV ;;
merge_group) echo "BUILD_PREFIX=mg" >> $GITHUB_ENV ;;
workflow_dispatch) echo "BUILD_PREFIX=wd" >> $GITHUB_ENV ;;
workflow_call) echo "BUILD_PREFIX=wc" >> $GITHUB_ENV ;;
*) echo "BUILD_PREFIX=gen" >> $GITHUB_ENV ;;
schedule) echo "BUILD_PREFIX=sc" >> $GITHUB_ENV ;;
*) echo "BUILD_PREFIX=gn" >> $GITHUB_ENV ;;
esac

- name: Upload artifact to S3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr-comment-artifact-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
merge_group) BUILD_PREFIX="mg" ;;
workflow_dispatch) BUILD_PREFIX="wd" ;;
workflow_call) BUILD_PREFIX="wc" ;;
*) BUILD_PREFIX="gen" ;;
schedule) BUILD_PREFIX="sc" ;;
*) BUILD_PREFIX="gn" ;;
esac
echo "Build Prefix: $BUILD_PREFIX"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,37 @@ MonoBehaviour:
m_DefaultGroup: 47f803e1e9c5079449bd106df98a0b7d
m_currentHash:
serializedVersion: 2
Hash: 03821a9f603ac32aa281fe4d81748aac
Hash: 00000000000000000000000000000000
m_OptimizeCatalogSize: 0
m_BuildRemoteCatalog: 0
m_BundleLocalCatalog: 0
m_CatalogRequestsTimeout: 0
m_DisableCatalogUpdateOnStart: 0
m_InternalIdNamingMode: 0
m_InternalBundleIdMode: 1
m_AssetLoadMode: 0
m_BundledAssetProviderType:
m_AssemblyName: Unity.ResourceManager, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
m_ClassName: UnityEngine.ResourceManagement.ResourceProviders.BundledAssetProvider
m_AssetBundleProviderType:
m_AssemblyName: Unity.ResourceManager, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
m_ClassName: UnityEngine.ResourceManagement.ResourceProviders.AssetBundleProvider
m_IgnoreUnsupportedFilesInBuild: 0
m_UniqueBundleIds: 0
m_EnableJsonCatalog: 0
m_NonRecursiveBuilding: 1
m_CCDEnabled: 0
m_maxConcurrentWebRequests: 3
m_UseUWRForLocalBundles: 0
m_BundleTimeout: 0
m_BundleRetryCount: 0
m_BundleRedirectLimit: -1
m_SharedBundleSettings: 0
m_SharedBundleSettingsCustomGroupIndex: 0
m_ContiguousBundles: 1
m_StripUnityVersionFromBundleBuild: 0
m_DisableVisibleSubAssetRepresentations: 0
m_ShaderBundleNaming: 0
m_ShaderBundleCustomNaming:
m_BuiltInBundleNaming: 0
mBuiltInBundleCustomNaming:
m_MonoScriptBundleNaming: 0
m_CheckForContentUpdateRestrictionsOption: 0
m_MonoScriptBundleCustomNaming:
Expand All @@ -54,6 +69,7 @@ MonoBehaviour:
- {fileID: 11400000, guid: e0f0f2d4ff3471c44953d71c1c51b7b7, type: 2}
- {fileID: 11400000, guid: 908e3bc21ce6079428d027b3d8b69cd0, type: 2}
- {fileID: 11400000, guid: b0cf54056ee616e4f95ca4f6412797f4, type: 2}
- {fileID: 11400000, guid: d6d94faa22a7a014ba0be9148aea1ba8, type: 2}
- {fileID: 11400000, guid: d69f0851a5898cf4ba59318db8b8e5a7, type: 2}
- {fileID: 11400000, guid: a903880c604249b459f12f3694fff4ec, type: 2}
- {fileID: 11400000, guid: 75e39198ff3dc48d69796cc18d70263c, type: 2}
Expand All @@ -63,9 +79,8 @@ MonoBehaviour:
- {fileID: 11400000, guid: 65ec81046e8d04372a28e44540e14a9d, type: 2}
- {fileID: 11400000, guid: f230ff8ddb68e6342a84ce4b5bf941a5, type: 2}
- {fileID: 11400000, guid: a979db80e679cae4da503a3cfd0a3a11, type: 2}
- {fileID: 11400000, guid: d939c7823ebad8e43876bc03fd06be75, type: 2}
m_BuildSettings:
m_CompileScriptsInVirtualMode: 0
m_CleanupStreamingAssetsAfterBuilds: 1
m_LogResourceManagerExceptions: 1
m_BundleBuildPath: Temp/com.unity.addressables/AssetBundles
m_ProfileSettings:
Expand All @@ -79,9 +94,9 @@ MonoBehaviour:
- m_Id: 4ad56173f10624144a6dc0e88a8d6485
m_Value: '{UnityEngine.AddressableAssets.Addressables.RuntimePath}/[BuildTarget]'
- m_Id: 54ddaefc0ed2f0644a109e6611df9c6a
m_Value: http://[PrivateIpAddress]:[HostingServicePort]
m_Value: 'http://[PrivateIpAddress]:[HostingServicePort]'
- m_Id: 6aedae93093277d478a297c4020c8ad1
m_Value: ServerData/[BuildTarget]
m_Value: 'ServerData/[BuildTarget]'
- m_Id: f72bea60c97172f4cbfeeb72c6d2f68b
m_Value: '[UnityEditor.EditorUserBuildSettings.activeBuildTarget]'
m_ProfileEntryNames:
Expand Down Expand Up @@ -115,16 +130,9 @@ MonoBehaviour:
m_CertificateHandlerType:
m_AssemblyName:
m_ClassName:
m_ActivePlayerDataBuilderIndex: 3
m_ActivePlayerDataBuilderIndex: 2
m_DataBuilders:
- {fileID: 11400000, guid: 3355bf6ca9bfd1d45886390add6865ce, type: 2}
- {fileID: 11400000, guid: 9e87b769de4cfbc468ffcd1000c89f34, type: 2}
- {fileID: 11400000, guid: b13b51a853240a54bab2837cf859f2ee, type: 2}
- {fileID: 11400000, guid: 67d33f8a418b35744a7fb3808002968e, type: 2}
m_ActiveProfileId: af5c40f604c820d4a89520472b18806b
m_HostingServicesManager:
m_HostingServiceInfos: []
m_Settings: {fileID: 11400000}
m_NextInstanceId: 0
m_RegisteredServiceTypeRefs: []
m_PingTimeoutInMilliseconds: 5000
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,8 @@ MonoBehaviour:
m_Name: Built In Data
m_EditorClassIdentifier:
m_GroupName: Built In Data
m_Data:
m_SerializedData: []
m_GUID: b2e9f32d46e96df4d87d1524ab2b1bbc
m_SerializeEntries:
- m_GUID: Resources
m_Address: Resources
m_ReadOnly: 1
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: EditorSceneList
m_Address: EditorSceneList
m_ReadOnly: 1
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
m_SerializeEntries: []
m_ReadOnly: 1
m_Settings: {fileID: 11400000, guid: fc8a9d2b539788c47a5b305639fa8b34, type: 2}
m_SchemaSet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,11 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: b5efcea1481b64193ae5b5029f0c673f
m_Address: UntrustedRealmConfirmationPopup.prefab
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: b785183905d534b788d41dbce8ef7b4e
m_Address: MVFWImg
m_ReadOnly: 0
Expand Down Expand Up @@ -422,6 +427,11 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: db7da980fc6384f848eeeb3077442864
m_Address: MinimumSpecsScreen
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: dc412497f06504faeb6e30b848c0842d
m_Address: FallbackSceneTipsConfiguration
m_ReadOnly: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: bbb281ee3bf0b054c82ac2347e9e782c, type: 3}
m_Name: Localization-Asset-Tables-English (en)
m_EditorClassIdentifier:
m_GroupName: Localization-Asset-Tables-English (en)
m_GUID: 4b543cb876ac9094c9af1e43cef595f6
m_SerializeEntries:
- m_GUID: 28c5c605e27f54e06828acc8bd7f9569
m_Address: SceneLoadingDefaultImages_en
m_ReadOnly: 1
m_SerializedLabels:
- Locale-en
FlaggedDuringContentUpdateRestriction: 0
m_ReadOnly: 1
m_Settings: {fileID: 11400000, guid: fc8a9d2b539788c47a5b305639fa8b34, type: 2}
m_SchemaSet:
m_Schemas:
- {fileID: 11400000, guid: 98c880e7c6a381e4d9a20a237b5fe75e, type: 2}
- {fileID: 11400000, guid: a5d5f06adea2e8e4f8d8a60fccd479ed, type: 2}

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

Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,24 @@ MonoBehaviour:
m_Name: Localization-Assets-Shared
m_EditorClassIdentifier:
m_GroupName: Localization-Assets-Shared
m_Data:
m_SerializedData: []
m_GUID: 80c5408a9e3decb49b340a35cfc41289
m_SerializeEntries:
- m_GUID: 48b7b423583d84e3d9f2dbeaa25c3aa1
m_Address: Assets/Locales/Localization Tables/Authentication Shared Data.asset
m_ReadOnly: 1
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 743a5a3b15e404426ab7c23cffec5d68
m_Address: Assets/Locales/Localization Tables/SceneLoadingScreen Shared Data.asset
m_ReadOnly: 1
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 8202382ae456247869a9b5cc2c01ff12
m_Address: Assets/Locales/Localization Tables/SceneLoadingDefaultImages Shared
Data.asset
m_ReadOnly: 1
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: bbb9e422feb9740a5808dae45db55361
m_Address: Assets/Scripts/Localization/Test/Tests Localization Table Shared Data.asset
m_ReadOnly: 1
Expand All @@ -28,6 +42,12 @@ MonoBehaviour:
m_ReadOnly: 1
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: fa6d78a0e08f14179b202ccca9720bb9
m_Address: Assets/Locales/Localization Tables/UI Text Localization Table Shared
Data.asset
m_ReadOnly: 1
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
m_ReadOnly: 1
m_Settings: {fileID: 11400000, guid: fc8a9d2b539788c47a5b305639fa8b34, type: 2}
m_SchemaSet:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: bbb281ee3bf0b054c82ac2347e9e782c, type: 3}
m_Name: Localization-Locales
m_EditorClassIdentifier:
m_GroupName: Localization-Locales
m_GUID: ce3eddb9adc84a644ab3a0cd1d9374d3
m_SerializeEntries:
- m_GUID: cf1ca0ee4ff5745e2b011b478729f66d
m_Address: English (en)
m_ReadOnly: 1
m_SerializedLabels:
- Locale
FlaggedDuringContentUpdateRestriction: 0
m_ReadOnly: 1
m_Settings: {fileID: 11400000, guid: fc8a9d2b539788c47a5b305639fa8b34, type: 2}
m_SchemaSet:
m_Schemas:
- {fileID: 11400000, guid: 1ada5240384fda04697f47c733de840a, type: 2}
- {fileID: 11400000, guid: 9c7d54117a51c1243b28bbf339b383bb, type: 2}

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

Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,26 @@ MonoBehaviour:
m_Name: Localization-String-Tables-English (en)
m_EditorClassIdentifier:
m_GroupName: Localization-String-Tables-English (en)
m_Data:
m_SerializedData: []
m_GUID: 6e79ce4a02fc57148b8ba21fb43e0a20
m_SerializeEntries:
- m_GUID: 8812e0161b0a243b88f588a34592df12
m_Address: SceneLoadingScreen_en
m_ReadOnly: 1
m_SerializedLabels:
- Locale-en
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 8d2e0d384b99940ddb01ab23ce4de748
m_Address: Authentication_en
m_ReadOnly: 1
m_SerializedLabels:
- Locale-en
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: b983fc3744bd749df80bbb972f615bc9
m_Address: UI Text Localization Table_en
m_ReadOnly: 1
m_SerializedLabels:
- Locale-en
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: fabe3f0151ab4457784d0dd1cf522f32
m_Address: SceneLoadingDefaultTips_en
m_ReadOnly: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,80 +13,8 @@ MonoBehaviour:
m_Name: Localization
m_EditorClassIdentifier:
m_GroupName: Localization
m_Data:
m_SerializedData: []
m_GUID: 543e19206f1dca4489f416b84c0af393
m_SerializeEntries:
- m_GUID: 28c5c605e27f54e06828acc8bd7f9569
m_Address: SceneLoadingDefaultImages_en
m_ReadOnly: 0
m_SerializedLabels:
- Locale-en
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 48b7b423583d84e3d9f2dbeaa25c3aa1
m_Address: Assets/Locales/Localization Tables/Authentication Shared Data.asset
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 743a5a3b15e404426ab7c23cffec5d68
m_Address: Assets/Locales/Localization Tables/SceneLoadingScreen Shared Data.asset
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 8202382ae456247869a9b5cc2c01ff12
m_Address: Assets/Locales/Localization Tables/SceneLoadingDefaultImages Shared
Data.asset
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 8812e0161b0a243b88f588a34592df12
m_Address: SceneLoadingScreen_en
m_ReadOnly: 0
m_SerializedLabels:
- Locale-en
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 8d2e0d384b99940ddb01ab23ce4de748
m_Address: Authentication_en
m_ReadOnly: 0
m_SerializedLabels:
- Locale-en
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: b6e9645ea90c9494a9ae8aba0ba9f004
m_Address: Tests Localization Table_en
m_ReadOnly: 0
m_SerializedLabels:
- Locale-en
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: b983fc3744bd749df80bbb972f615bc9
m_Address: UI Text Localization Table_en
m_ReadOnly: 0
m_SerializedLabels:
- Locale-en
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: cf1ca0ee4ff5745e2b011b478729f66d
m_Address: English (en)
m_ReadOnly: 0
m_SerializedLabels:
- Locale
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: d8a2184e2c38d488f929003b0f0505af
m_Address: Assets/Locales/Localization Tables/SceneLoadingDefaultTips Shared
Data.asset
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: fa6d78a0e08f14179b202ccca9720bb9
m_Address: Assets/Locales/Localization Tables/UI Text Localization Table Shared
Data.asset
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: fabe3f0151ab4457784d0dd1cf522f32
m_Address: SceneLoadingDefaultTips_en
m_ReadOnly: 0
m_SerializedLabels:
- Locale-en
FlaggedDuringContentUpdateRestriction: 0
m_SerializeEntries: []
m_ReadOnly: 0
m_Settings: {fileID: 11400000, guid: fc8a9d2b539788c47a5b305639fa8b34, type: 2}
m_SchemaSet:
Expand Down
Loading