fr.jeanf.universal.player 0.8.28 → 0.8.29

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.
@@ -183,7 +183,7 @@ namespace jeanf.universalplayer
183
183
 
184
184
  private void ReceiveGrabSide(string str)
185
185
  {
186
- if (!primaryItem) return;
186
+ if (!primaryItem || _ipadState != IpadState.Disabled) return;
187
187
  if (str == "RightHand")
188
188
  {
189
189
  SetIpadStateForASpecificHand(primaryItemPose.leftHandInfo, _leftHand.transform);
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.29",
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",