Too hard
Space-bar and Arrow buttons
I detected bug or i don't know Space is not detecting with arrows combination
 void Update()
 {
     float xPos = Input.GetAxisRaw("Horizontal");
     float yPos = Input.GetAxisRaw("Vertical");
     if (Input.GetKey(KeyCode.Space)) {
         print("asd");
     }
 }
What the spacebar is doing
Answer by Reid_Taylor · Dec 17, 2020 at 07:14 PM
Well, first if (Input.GetKey(KeyCode.Space)) is being called every frame space is down. So when pressing space you're adding force every frame. But If not, your setting velocity so I would think that would cancel the added force. Don't know if this was necessarily an answer, but maybe some good intuition. Lemme know if this doesn't make sense or help at all :).
Yes it give force, pressing just one arrow and space make him dash But combination of arrows is strange Space is working only when i press >+^ arrows
If i change space to other key no problem
Answer by Talmagett · Dec 18, 2020 at 03:02 AM
I pressed diagonal directions With Space

Other Button 
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                