fr.jeanf.universal.player 0.8.22 → 0.8.23

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.
@@ -168,7 +168,7 @@ namespace jeanf.universalplayer
168
168
  else
169
169
  {
170
170
  _ipadState = IpadState.Disabled;
171
- //_PrimaryItemStateChannel.RaiseEvent(false);
171
+ _PrimaryItemStateChannel.RaiseEvent(false);
172
172
  OnIpadStateChanged.Invoke(_ipadState);
173
173
  if(_rightHandPoseManager) _rightHandPoseManager.ApplyDefaultPose();
174
174
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fr.jeanf.universal.player",
3
3
 
4
- "version": "0.8.22",
4
+ "version": "0.8.23",
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",