Not hide mobile keyboard on scrollRect dragging
Hi, I have a form that has some inputFields, and I want that when on a mobile it shows the keyboard I can drag the ScrollRect for view the hidden form section without losing the keyboard. Is there a...
View ArticleHow to disable the keyboard text box on Android?
Anyone have any clue as to how I can disable this text box on the keyboard? I'm not even sure what the technical name of it would be called. That might be why I'm having trouble trying to hide it from...
View ArticleAndriod Touch Controls Keycode Input
I'm new to unity and I'm having difficulty making multi touch controls for my android game. My character has already a script for pc for controls and I need to switch it to the android touch controls....
View Articlekeyboard input (num pad) when unity does not have focus
How can I catch the num pad input? I'm creating an overlay for a game. So i Created a transparent/clickthrough window. Everything works fine. the only problem is that Unity does not respond to keyboard...
View ArticleSpecific key combination not working
I'm having a problem with input. There are two specific key combinations that will not work. I'm using the keys q and e to turn my character , w and s to move back and forward , a and d to strafe , and...
View ArticleKeyboard not working in games
when I press the forward key the character only slightly edges forward once so you have to repeatedly tap, you cannot rotate the camera with the trackpad and move forward simultaneously, you cannot...
View ArticleInputField not bring up the keyboard on IOS
Im making a typing game for iOS but while the InputField works on a normal computer keyboard, it doesn't bring up the touch keyboard when I test it on my phone meaning I can't type anything. What am I...
View ArticleLaunching windows touch keyboard in editor
Hi! I am making a touch app using Unity 2017.1 and Windows 10. I am trying to launch the keyboard while playing in the editor using this code: var keyboard = TouchScreenKeyboard.Open("test"); However,...
View ArticleInputField not bringing up the keyboard on IOS
Im making a typing game for iOS but while the InputField works on a normal computer keyboard, it doesn't bring up the touch keyboard when I test it on my phone. Meaning, I can't type anything. What am...
View ArticleNegative on android keyboard
I have a numeric keyboard for my android game but it doesn't allow negatives. Please help!!!
View ArticleHow to get BlueTooth Keyboard Value in the IOS APPS?
I got a Magnetic Bluetooth Sensor.When the Sensor detects a magnetic signal,The Sensor will be Send a Keyboard Value(Space) to the connected devce. Through Google search, and many test. In the IOS...
View ArticleModify Android Keyboard
Hello, i need help about inputing text in Unity UI Input field on Android device. I would like to get rid of this additional input field above keyboard where OK button is presented, and i would like to...
View ArticleRemoving Android keyboard additional input field?
How could i remove this android input field, i don't what it to show up? ![alt text][1] [1]: /storage/temp/102093-101842-screenshot-20170914-111332.jpg
View ArticleKeyboard not showing up in landscape mode in iOS11
I'm using Unity5.6.2p2, Xcode8.3.3. Currently on the iOS11 devices, when I'm in landscape mode and tap on the input field, the keyboard doesn't show up. Does anyone have the same issue? Thanks!
View ArticleBest Practice Multiple Control Methods
I´ve wondered what the "correct" way to implement keyboard and controller controlls, which the player can switch between, is. I thought that I´d do a script which the controller and keyboard send their...
View ArticleMoving between UI Buttons Using Keyboard Arrows
I'm making a pc game with a simple UI panel which contains like 5 buttons, but I don't want the user to use the mouse to click these buttons. Instead I want him to use keyboard arrows to choose between...
View ArticleCustom keyboard layout for mobile game.
Hi. I want a custom keyboard layout for my game (android and iOS). Currently, using an Input Field, the default keyboard does not give option for **Enter (new line)** key. I have tried different...
View Articlesimple rotate script dont work,Simple rotation control
Hey all i try to expand an existing script using UnityEngine; using System.Collections; public class ExtendedFlycam : MonoBehaviour { /* EXTENDED FLYCAM Desi Quintans (CowfaceGames.com), 17 August...
View Articlerotate an object with keyboard
I read this question http://answers.unity3d.com/questions/794119/how-to-rotate-an-object-around-a-fixed-point-so-it.html and i got the idea but i want to do the same thing but with keyboard how can i...
View Article