Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -15,11 +15,6 @@ MonoBehaviour:
m_GroupName: Essentials
m_GUID: 47f803e1e9c5079449bd106df98a0b7d
m_SerializeEntries:
- m_GUID: 000895e935900fa43b53faf506ee15fa
m_Address: Assets/DCL/AvatarRendering/Emotes/SocialEmotesSettings.asset
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 00657accebbe6c348b5208e385e5ec73
m_Address: Assets/DCL/AvatarRendering/AvatarShape/Assets/Avatar_Facial_Features.mat
m_ReadOnly: 0
Expand Down Expand Up @@ -145,11 +140,6 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 79f752bc43a65384bab431cb6a44d8bd
m_Address: Assets/DCL/AvatarRendering/Emotes/UI/SocialEmoteOutcomesContextMenuSettings.asset
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 7f09a2d0d9adc4e43b67879ab9cdf360
m_Address: LightSourcePrefab
m_ReadOnly: 0
Expand Down
5 changes: 0 additions & 5 deletions Explorer/Assets/AddressableAssetsData/AssetGroups/UI.asset
Original file line number Diff line number Diff line change
Expand Up @@ -565,11 +565,6 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: a0f8bf40b1a14c54384029def9ea0582
m_Address: SocialEmotePin
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: a1d5d4f99234041159f0c215eef3eff3
m_Address: NewNotificationPanel
m_ReadOnly: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public override void ProcessFrame(Playable playable, FrameData info, object play
profile.IsDirty = true;

// It adds the emote intent (which will be consumed and removed by the CharacterEmoteSystem) if it was not already added
CharacterEmoteIntent emoteIntent = new (URN, triggerSource: TriggerSource.SELF, spatial: true);
CharacterEmoteIntent emoteIntent = new (){ EmoteId = URN, TriggerSource = TriggerSource.SELF, Spatial = true};
GlobalWorld.ECSWorldInstance.Add(cachedEntity, emoteIntent);
}
}
Expand Down
Loading
Loading