Need help merging movement and camera direction,How do I get my gameObject to...
These are the two codes i am currently using, one for my gameObject and the other is for a third person camera. Player controller: using System.Collections; using System.Collections.Generic; using...
View Article"Keyword already used" error message by voice recognizer script
The script below is one that I've attached to the small sphere in the image below. It is a modified clone of a working script that I have attached to the large sphere in the image below. The working...
View ArticleSOLVED - After using Unity Remote and accidentally hitting some button in...
Hi! I'm a relatively intermediate developer and I'm having a problem that I'm hoping someone here will have an answer for. I've been porting a lot of code from a PC pet project to Android over my 2...
View ArticleHELP : bluetooth keyboard stop when unity open
i have Apple Keyboard , Win 10 connected via bluetooth it work fine but when i open unity the keyboard stop working , i had this problem before with virtualbox and i fix it by remove virtualbox driver...
View Articlegui button to work exctly like up arrow key
So i was doing some amateur level coding where i just used input.getkey("up"), everywhere all over the game.replacing it with methods and adding references everywhere is cumbersome. Is it possible to...
View ArticleHow to get Key with KeyCode.Question?
Hi, I'm working on a minigame but I can not get the key when the user presses "?" or "@", with the following code: if (Input.GetKeyDown("@")) { word+= "?"; } if (Input.GetKeyDown("@")) { word+= "@"; }...
View Articleinput manager not working correctly?
**everything is working fine in my code until i stumbled across a bug that makes not absolute sense.** I have code which detect whether the player is pushing left or right arrow keys to move, and it...
View ArticleInput Text Field not working on IOS
Tapping on Input text field doesn't show keyboard on iOS devices but it is working on Android and Unity Editor. It was working perfectly before I update my mac OS to Mojave. I have tested it on Unity...
View ArticleHow to make a sprite fade in when I hit space?
Hi Everyone! I'm currently using Unity 2D. I just want to make my sprite animation fade in when I hit the space key. The name of the sprite I'd like to fade in is: SpeechBubbleSpr. Thank you very much!
View ArticleHow to delete code without damaging the result
![alt text][1] [1]: /storage/temp/133960-imagen2.png
View ArticleUnity app losses focus when Android keyboard is active through InputField
When I touch InputField it opens the Android Keyboard and it takes the input as characters from keyboard and update my inputField accordingly. Now when I am done inputting characters the first touch...
View ArticleUnity's 2D Gamekit Input problem
Hello! I've been making a game for some time now with the 2D gamekit from Unity and after a while I realised of one thing which I'm trying to solve but I can't figure out how. The thing is that the Kit...
View ArticleTouchScreenKeyboard.Open does not work on pixels, only half a keyboard can be...
TouchScreenKeyboard.Open does not work on pixels, only half a keyboard can be popped up.Android version is 9 ![alt text][1] [1]: /storage/temp/136451-1.png Thank you, I look forward to your reply.
View ArticleProblem with multiple input.getkey
H everyone, I´m developing a game in which you can jump while running and attacking, the thing is that the code doens´t work on some notebooks, I mean, if I want to jump while running (which requires...
View ArticleHow do you make a method that gets called when a button gets highlighted...
I have been trying to figure this out for a while, but I can't figure this out. I have seen how to call a method when a mouse hovers over the button, just not when the button gets highlighted using the...
View ArticleReceiving UI/touch events while mobile soft keyboard is open
I'm currently developing a menu system for my Android/iOS game that has an autocomplete list that populates as the player types into an input field. However when I attempt to tap on the list item on my...
View ArticleButton text of native mobile keyboard
How can I change button text of native mobile keyboard. I want to change "Done" button to "Send" or something other. Is this possible ?
View ArticleUnable to catch KeyCode.LeftShift Down AND Up
Hey everyone. This maybe something stupid in the end but I have spent several *days* trying to find a solution to this problem and have come up with nothing at all. Every search yields results for...
View Articlebluetoot keyboard stopped working when i open unity
I have a BT keyboard that works great , but when i open unity it just stopped working and i have to kill unity to work again , any one know how to solve this ?
View Articlemouse not working in the unity editor
hello, so i was building a game in unity and went to name a object but did not double click it correctly to rename the object but did not notice this and continued to type in the word "monkey bars" now...
View Article