From 1311faad72e2181f3b9ba4801f848737a687e8c9 Mon Sep 17 00:00:00 2001 From: Eddio0141 Date: Sat, 14 Sep 2024 21:08:53 +0100 Subject: [PATCH] ignore problematic property --- UniTAS/Patcher/Implementations/ExternPropertyReset.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UniTAS/Patcher/Implementations/ExternPropertyReset.cs b/UniTAS/Patcher/Implementations/ExternPropertyReset.cs index 041908c6..472802fd 100644 --- a/UniTAS/Patcher/Implementations/ExternPropertyReset.cs +++ b/UniTAS/Patcher/Implementations/ExternPropertyReset.cs @@ -149,7 +149,9 @@ public void AwakeUnconditional() // clipboard access "UnityEngine.GUIUtility.systemCopyBuffer", // new input system stuff - "UnityEngineInternal.Input.NativeInputSystem.*" + "UnityEngineInternal.Input.NativeInputSystem.*", + // null exception + "UnityEngine.Rendering.GraphicsSettings.INTERNAL_defaultRenderPipeline" ]; private readonly List _knownProperties =