rise-and-swine/Assets
Chipmunk 8dabc472f7 Fix touchscreen input on anything that isn't Android or iOS
Previously, to check if touch input should be used, the game checked if the runtime platform was Android or iOS. As such, using a mouse on these platforms (well, Android, did not test iOS) does not work. On other platforms, touch input appeared to work, however since it was technically mouse input features, some things, such as zooming in and out of levels did not work. This commit should fix that for all platforms.

Instead of checking the runtime platform, now, it checks if the device supports touchscreen (regardless of platform), and if there is at least one current touch. As such, both types of input should now be supported on all platforms. (this was tested on a windows 8.1 tablet pc)
2023-10-03 22:40:58 -04:00
..
AnimationClip Initial unity project 2023-02-25 23:04:03 -05:00
AnimatorController Initial unity project 2023-02-25 23:04:03 -05:00
AudioClip Initial unity project 2023-02-25 23:04:03 -05:00
BundledAssets Fix WebGL once and for all 2023-09-30 21:17:54 -04:00
Cubemap Initial unity project 2023-02-25 23:04:03 -05:00
Editor Fix WebGL once and for all 2023-09-30 21:17:54 -04:00
Font Initial unity project 2023-02-25 23:04:03 -05:00
Material fix cursor 2023-05-17 21:10:19 -04:00
Mesh Initial unity project 2023-02-25 23:04:03 -05:00
PhysicMaterial Initial unity project 2023-02-25 23:04:03 -05:00
Prefab Fix playing in the editor? 2023-02-27 21:39:09 +00:00
Resources fix cursor 2023-05-17 21:10:19 -04:00
Scene Mess with build settings + Partially fix king pig feeding 2023-05-14 22:39:17 -04:00
ScriptableObject Initial unity project 2023-02-25 23:04:03 -05:00
Scripts Fix touchscreen input on anything that isn't Android or iOS 2023-10-03 22:40:58 -04:00
Shader Initial unity project 2023-02-25 23:04:03 -05:00
StreamingAssets AssetBundle fixes 2023-03-03 15:50:59 -05:00
TextAsset Initial unity project 2023-02-25 23:04:03 -05:00
Texture2D Update the project settings more 2023-05-15 21:07:21 -04:00
AnimationClip.meta Initial unity project 2023-02-25 23:04:03 -05:00
AnimatorController.meta Initial unity project 2023-02-25 23:04:03 -05:00
AssetBundles.meta Fix WebGL once and for all 2023-09-30 21:17:54 -04:00
AudioClip.meta Initial unity project 2023-02-25 23:04:03 -05:00
BundledAssets.meta Fix WebGL once and for all 2023-09-30 21:17:54 -04:00
Cubemap.meta Initial unity project 2023-02-25 23:04:03 -05:00
Editor.meta WebGL Support :D 2023-03-03 10:17:51 -05:00
Font.meta Initial unity project 2023-02-25 23:04:03 -05:00
link.xml Fix WebGL once and for all 2023-09-30 21:17:54 -04:00
link.xml.meta Fix WebGL once and for all 2023-09-30 21:17:54 -04:00
Material.meta Initial unity project 2023-02-25 23:04:03 -05:00
Mesh.meta Initial unity project 2023-02-25 23:04:03 -05:00
PhysicMaterial.meta Initial unity project 2023-02-25 23:04:03 -05:00
Prefab.meta Initial unity project 2023-02-25 23:04:03 -05:00
Resources.meta Initial unity project 2023-02-25 23:04:03 -05:00
Scene.meta Initial unity project 2023-02-25 23:04:03 -05:00
ScriptableObject.meta Initial unity project 2023-02-25 23:04:03 -05:00
Scripts.meta Initial unity project 2023-02-25 23:04:03 -05:00
Shader.meta Initial unity project 2023-02-25 23:04:03 -05:00
StreamingAssets.meta Initial unity project 2023-02-25 23:04:03 -05:00
TextAsset.meta Initial unity project 2023-02-25 23:04:03 -05:00
Texture2D.meta Initial unity project 2023-02-25 23:04:03 -05:00