fr.jeanf.universal.player 0.8.4 → 0.8.5

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.
@@ -1009,6 +1009,7 @@ MonoBehaviour:
1009
1009
  m_Script: {fileID: 11500000, guid: 870d6a39371c636478cc8124cdbf4bcc, type: 3}
1010
1010
  m_Name:
1011
1011
  m_EditorClassIdentifier:
1012
+ isDebug: 0
1012
1013
  tmp: {fileID: 6613360146104973944}
1013
1014
  --- !u!1 &1084467950943283014
1014
1015
  GameObject:
@@ -5953,6 +5954,7 @@ GameObject:
5953
5954
  - component: {fileID: 9026189532706801214}
5954
5955
  - component: {fileID: 7126930088852696200}
5955
5956
  - component: {fileID: 832026718078124461}
5957
+ - component: {fileID: 2281943750679968935}
5956
5958
  m_Layer: 2
5957
5959
  m_Name: Player
5958
5960
  m_TagString: Player
@@ -6541,6 +6543,20 @@ MonoBehaviour:
6541
6543
  duration: 0.2
6542
6544
  hapticFeedbackOnSpecificHandSO: {fileID: 11400000, guid: d3e22cdb3c9760a44b85404ff348f6ee,
6543
6545
  type: 2}
6546
+ --- !u!114 &2281943750679968935
6547
+ MonoBehaviour:
6548
+ m_ObjectHideFlags: 0
6549
+ m_CorrespondingSourceObject: {fileID: 0}
6550
+ m_PrefabInstance: {fileID: 0}
6551
+ m_PrefabAsset: {fileID: 0}
6552
+ m_GameObject: {fileID: 8694773027870397994}
6553
+ m_Enabled: 1
6554
+ m_EditorHideFlags: 0
6555
+ m_Script: {fileID: 11500000, guid: 870d6a39371c636478cc8124cdbf4bcc, type: 3}
6556
+ m_Name:
6557
+ m_EditorClassIdentifier:
6558
+ isDebug: 1
6559
+ tmp: {fileID: 0}
6544
6560
  --- !u!1 &8761714896230907912
6545
6561
  GameObject:
6546
6562
  m_ObjectHideFlags: 0
@@ -58,7 +58,6 @@ namespace jeanf.universalplayer
58
58
  {
59
59
  value = !value;
60
60
  _isSceneLoading = value;
61
- Debug.Log($"isSceneLoading: {_isSceneLoading}");
62
61
  }
63
62
  }
64
63
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fr.jeanf.universal.player",
3
3
 
4
- "version": "0.8.4",
4
+ "version": "0.8.5",
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",