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.
using UnityEngine;
public class LogOnSpace : MonoBehaviour
{
void Update()
{
if (Keyboard.current.space.wasPressedThisFrame)
{
Debug.Log("Foo.");
}
}
}
8 Likes