mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +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);
|
IKCalibrator.SetupHeadIKTarget(_vrik);
|
||||||
|
|
||||||
|
// TEMP: Fix for head IK breaking once exiting an emote
|
||||||
|
if (_vrik.TryGetComponent(out LookAtIK lookAtIk))
|
||||||
|
lookAtIk.fixTransforms = false;
|
||||||
|
|
||||||
InitializeIkGeneral();
|
InitializeIkGeneral();
|
||||||
|
|
||||||
_ikHandler.OnInitializeIk();
|
_ikHandler.OnInitializeIk();
|
||||||
|
|
|
@ -28,6 +28,6 @@ using System.Reflection;
|
||||||
namespace NAK.DesktopVRIK.Properties;
|
namespace NAK.DesktopVRIK.Properties;
|
||||||
internal static class AssemblyInfoParams
|
internal static class AssemblyInfoParams
|
||||||
{
|
{
|
||||||
public const string Version = "4.2.4";
|
public const string Version = "4.2.5";
|
||||||
public const string Author = "NotAKidoS";
|
public const string Author = "NotAKidoS";
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_id": 117,
|
"_id": 117,
|
||||||
"name": "DesktopVRIK",
|
"name": "DesktopVRIK",
|
||||||
"modversion": "4.2.4",
|
"modversion": "4.2.5",
|
||||||
"gameversion": "2023r171",
|
"gameversion": "2023r171",
|
||||||
"loaderversion": "0.6.1",
|
"loaderversion": "0.6.1",
|
||||||
"modtype": "Mod",
|
"modtype": "Mod",
|
||||||
|
@ -17,8 +17,8 @@
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"BTKUILib"
|
"BTKUILib"
|
||||||
],
|
],
|
||||||
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r17/DesktopVRIK.dll",
|
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r18/DesktopVRIK.dll",
|
||||||
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/DesktopVRIK/",
|
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/DesktopVRIK/",
|
||||||
"changelog": "- Fixed an issue where tracking status would update a frame late.\n- Fixed an error with getting muscle traits on start (i was lazy).",
|
"changelog": "- Added a tempfix for LookAtIK causing issues after exiting an emote.",
|
||||||
"embedcolor": "#9b59b6"
|
"embedcolor": "#9b59b6"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue