Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
cf64077
First working iteration of masks
Maurizio-dcl Mar 10, 2026
15c0923
Integrated network propagation of emote masks
Maurizio-dcl Mar 10, 2026
8330b28
Updated tests
Maurizio-dcl Mar 10, 2026
00d864e
Fixed remote client not syncing scene emote until emote was played on…
Maurizio-dcl Mar 11, 2026
99be2fd
Centralized scene emote prefix and added precomputed prefix span, min…
Maurizio-dcl Mar 11, 2026
4936bbd
Fixed masked emote intentions delayed consume due to movement check a…
Maurizio-dcl Mar 11, 2026
026dbfd
StopEmote restricted action
Maurizio-dcl Mar 13, 2026
af165d4
Fixed race conditions and strengthened stop logic
Maurizio-dcl Mar 16, 2026
4ee8fd1
Cancel emote animation when leaving a scene
Maurizio-dcl Mar 16, 2026
8a45be1
Fixed prop animations setup and head IK disabled when playing a maske…
Maurizio-dcl Mar 18, 2026
b5a3f15
- refactored character emote system to handle masked emotes as a diff…
Maurizio-dcl Mar 20, 2026
9ac43d1
Small changes in CharacterAnimator.controller
Maurizio-dcl Mar 23, 2026
7d572ba
Fixed masked emote pause and resume when exiting / entering scene
Maurizio-dcl Mar 24, 2026
dd4bf5f
refactored mask emote handling in dedicated per-scene ecs system
Maurizio-dcl Mar 24, 2026
c4b664d
Optimizations and code reuse
Maurizio-dcl Mar 25, 2026
036a3b8
Fixed bug with pause/resume of masked emotes when quickly exiting/re-…
Maurizio-dcl Mar 25, 2026
eb0a857
Removed all code related to legacy animations
Maurizio-dcl Mar 25, 2026
a8c4c28
Missing MaskedEmote.anim.meta
Maurizio-dcl Mar 25, 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
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 56a9743f8d94f684190dc11bb521fb78
m_Address: Scene.shader
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 594ae6e7cd408424cb8433ddba60315d
m_Address: Assets/DCL/Notifications/Assets/NotificationDefaultThumbnails.asset
m_ReadOnly: 0
Expand Down
Loading
Loading