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 =
|
|
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
package/temp.txt
ADDED
|
File without changes
|