Skip to content

Commit 65fbba9

Browse files
author
ChengNan Yang
committed
Update OnPreprocessBuild callbackOrder to ensure VIU to execute after WaveVR
1 parent 8c66a4b commit 65fbba9

File tree

1 file changed

+1
-1
lines changed
  • Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/Editor/VRPlatformSettings

1 file changed

+1
-1
lines changed

Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/Editor/VRPlatformSettings/WaveVRSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public override bool support
186186
#endif
187187
}
188188

189-
public int callbackOrder { get { return 0; } }
189+
public int callbackOrder { get { return 10; } }
190190

191191
public override void OnPreferenceGUI()
192192
{

0 commit comments

Comments
 (0)