From c94a2cffd54fa6642161722d58244b1cd391703a Mon Sep 17 00:00:00 2001 From: mhby1g21 <mhby1g21@soton.ac.uk> Date: Mon, 30 Dec 2024 22:47:16 +0000 Subject: [PATCH] enabled dynamic attach on audio source --- AVVR/Assets/Prefabs/InteractableAudioSource.prefab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AVVR/Assets/Prefabs/InteractableAudioSource.prefab b/AVVR/Assets/Prefabs/InteractableAudioSource.prefab index 33388a4..d026819 100644 --- a/AVVR/Assets/Prefabs/InteractableAudioSource.prefab +++ b/AVVR/Assets/Prefabs/InteractableAudioSource.prefab @@ -317,7 +317,7 @@ MonoBehaviour: m_StartingInteractionStrengthFilters: [] m_AttachTransform: {fileID: 0} m_SecondaryAttachTransform: {fileID: 0} - m_UseDynamicAttach: 0 + m_UseDynamicAttach: 1 m_MatchAttachPosition: 1 m_MatchAttachRotation: 1 m_SnapToColliderVolume: 1 @@ -378,7 +378,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_PermittedDisplacementAxes: -1 - m_ConstrainedAxisDisplacementMode: 1 + m_ConstrainedAxisDisplacementMode: 0 m_TwoHandedRotationMode: 1 m_AllowOneHandedScaling: 1 m_AllowTwoHandedScaling: 0 -- GitLab