how to make a custom Input manager?
I've been trying to make keybinding in my game for a long time know I've tried dictionary's strings Scriptable Objects PlayerPrefs, Enums and much more and when it does work It doesn't support Inputs...
View Articledetecting iPad floating keyboard show/hide?
with the new iPadOS floating keyboard, the system does not send the regular show/hide notifications; instead it sends a frame changed notification. So, at least in 2018.4, the TouchScreenKeyboard's...
View ArticleIf, GetKeyDown, and Update() not working
I'm using Visual Studio to compile this and i'm not sure why it isn't working. If I remove the GetKeyDown statement, the bool is always true and it works fine. As soon as I add it, the bool wont toggle...
View ArticleWhat to change in standard input modules for joystick, keyboard, and mouse...
This is my first time changing all input to joystick and some keyboard inputs, due to that I get "**Argument Exception: Input Button Submit is not setup. To change the input settings use: Edit ->...
View ArticleTrying to assign two functions to one key
Hi everyone, I'm new and learning Unity and C# at the same time. I'm making some test to see the way it goes. The last one I made an object grow, but the problem here is I don't know how to reasign the...
View ArticleKeyCode Input doesnt work.
Hello, I wrote the code for my 2D project that should open the door and disable the black screen in the next room once button F is pressed. { Button.enabled = false; BlackScreen.enabled = true; }...
View ArticleKeyboard to mouse click
My fire 1 button in my settings got changed I have no idea how to fix it. What do I have to type in for it to change to left click. plz help
View Articleis there a way to use Controller and Keybord Input at the same time?
I had in mind to do a co-op with both keyboard and controller input, a hand?
View ArticleFPS Microgame tutorial can't use mouse or keyboard during initial playtest
As the title says I wanted to try the FPS Microgame tutorial. The very first thing it has you do is click play. Whatever it does afterwards completely locks all controls save for the windows key. You...
View ArticleInputmode on 18:9 mobile device shows navigation bar
Hello :) I am working on a mobile game that uses inputfields for chatting with other players. The problem is, that opening the touch-keyboard on wider devices (18:9+) also opens the navigation bar,...
View ArticleHow can I change Z rotation of a FPS player ?
Well I am challenged by making my player tilt his body, so I should change the Z rotation(when I press Q or E), but have some issues whit it because my camera moves really questionable while I am...
View ArticleHello guys i am new in using Facebook in unity
![alt text][1] Hello guys i am having problem with Facebook SDK any idea how to fix that? [1]: /storage/temp/154723-unity.png
View ArticleHow can I change mouse clicks to keyboard in order to enable a capsule collider?
Hi!, I've been looking for some 3D whack a mole tutorials online, most of them using clicks to hit a capsule collider when a mole come up, so I want to change the click inputs for keyboards, in order...
View ArticleKarting Microgame, I would like to put a jump into my track.
I am very new to unity so any help is greatly appreciated. I've made my first tracks layout, it has 2 jumps. The first one, if you clear the jump your lap time shortens but if you fail the jump you get...
View ArticleGame Froze, No Inputs
I just started with unity, because i wanted to make my own FPS. I naturally started the Micro FPS tutorial and pressed play but my cursor got locked to the center of my screen and everything froze. i...
View ArticleSend HID report from Unity (including on Unity player) to Gamepad
Hi, We have designed our special gamepad, and we need to send some control commands from the games to the gamepad. For that we need to send HID reports from Unity game (Phone + Unity player) to our...
View ArticleKeyboard input not working for starter FPS game
I am new to Unity, and when I opened it for the first time I was able to create a "MyFirstGame" FPS project. I did, and I was going through the in-editor tutorials, until it was time to playtest my...
View ArticleUsing back button to close keyboard on Android seems bugged
**Steps to reproduce:** * Create an InputField on and android device (Im using a one plus 6 with android 10). * Tap input field to open keyboard. * Tap the back button. ---------- **What happens:** *...
View Articlehow to hide ios keyboard but keep input field in focus for Voice Control
I have an ios app that uses Voice Control so has an input field which is always in focus. I don't want to ever see the touchscreen keyboard but I can't seem to get rid of it. TouchScreenKeyboard.active...
View ArticleXR Toolkit InputField Keyboard for Quest
I am using the XR toolkit from unity to make a game for the Oculus Quest. I am not targeting any others. I have a UI. I followed a tutorial from Dilmer Valecillos about how to make the UI work. I can...
View Article