mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
[DesktopVRIK] Temp fix for LookAtIK breaking once exiting emote.
This commit is contained in:
parent
d84beb7b7f
commit
5455f03dcc
3 changed files with 8 additions and 4 deletions
|
@ -182,6 +182,10 @@ public class IKManager : MonoBehaviour
|
|||
|
||||
IKCalibrator.SetupHeadIKTarget(_vrik);
|
||||
|
||||
// TEMP: Fix for head IK breaking once exiting an emote
|
||||
if (_vrik.TryGetComponent(out LookAtIK lookAtIk))
|
||||
lookAtIk.fixTransforms = false;
|
||||
|
||||
InitializeIkGeneral();
|
||||
|
||||
_ikHandler.OnInitializeIk();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue