fr.jeanf.universal.player 0.8.28 → 0.8.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -195,7 +195,7 @@ namespace jeanf.universalplayer
195
195
  }
196
196
  public void SetIpadStateForASpecificHand(string hand)
197
197
  {
198
- if (!primaryItem) return;
198
+ if (!primaryItem || _ipadState != IpadState.Disabled) return;
199
199
  if (hand.Contains("LeftHand"))
200
200
  {
201
201
  SetIpadStateForRightHand(primaryItemPose.rightHandInfo);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fr.jeanf.universal.player",
3
3
 
4
- "version": "0.8.28",
4
+ "version": "0.8.30",
5
5
 
6
6
  "displayName": "Universal Player",
7
7
  "description": "This package contains a universal player working in URP & HDRP for Mouse+Keyboard or VR",