gg.easy.airship 0.1.2116 → 0.1.2117

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.
@@ -10,7 +10,7 @@ namespace Code.Components {
10
10
  if (Application.platform == RuntimePlatform.OSXPlayer || Application.platform == RuntimePlatform.OSXEditor) {
11
11
  scrollRect.scrollSensitivity = 15f;
12
12
  } else if (Application.platform is RuntimePlatform.WindowsPlayer or RuntimePlatform.WindowsEditor or RuntimePlatform.LinuxPlayer or RuntimePlatform.LinuxEditor) {
13
- scrollRect.scrollSensitivity = 30f;
13
+ scrollRect.scrollSensitivity = 36f;
14
14
  }
15
15
  }
16
16
  }
@@ -217,8 +217,7 @@ namespace Code.Player.Character
217
217
  return;
218
218
  }
219
219
 
220
- if (originalOverrides == null || originalOverrides.Count == 0)
221
- {
220
+ if ((originalOverrides == null || originalOverrides.Count == 0) && Application.isEditor) {
222
221
  Debug.LogWarning("No original overrides found to restore.");
223
222
  return;
224
223
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gg.easy.airship",
3
- "version": "0.1.2116",
3
+ "version": "0.1.2117",
4
4
  "displayName": "Airship",
5
5
  "unity": "2021.3",
6
6
  "unityRelease": "12f1",
package/temp.txt ADDED
File without changes
package/temp.txt.meta ADDED
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: fe4111cb4d4b44103b5712d24b76209b
3
+ TextScriptImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant: