Search Unity

Your New input system is Garbage!

Discussion in 'General Discussion' started by Czenhrus, May 24, 2020.

Thread Status:
Not open for further replies.
  1. Czenhrus

    Czenhrus

    Joined:
    May 24, 2020
    Posts:
    1
    Your so called "Update" is a fricking JOKE!
    It is a lot harder then it was before!
    I really like when i am learning 2 agonizing years for nothing, because youre still changing the God damn system! THATS SO STUPID!
    "Easy to use" my ASS!
    I am done with this god forsaken engine.
    Screw Unity!
    Screw programmers!
    Screw CEO of Unity!
    Screw employees of the Unity!
    I hope you die in miserable pain!
    Good night.
     
  2. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,203
    Code (csharp):
    1. using UnityEngine;
    2.  
    3. public class LogOnSpace : MonoBehaviour
    4. {
    5.     void Update()
    6.     {
    7.         if (Keyboard.current.space.wasPressedThisFrame)
    8.         {
    9.             Debug.Log("Foo.");
    10.         }
    11.     }
    12. }
     
Thread Status:
Not open for further replies.