- Home /
Question by
nientbfx07802 · Nov 20, 2021 at 08:18 AM ·
events
How many amounts of maximum Input Actions Per Second by default?
How many amounts of maximum Input Actions Per Second by default?
Comment
It'll change each frame, but you can get a general gist with:
Debug.Log(1 / Time.deltaTime);
Your answer

Follow this Question
Related Questions
Call parent guitexture mouse events 0 Answers
Events fired from Notification Center or Task Manager opening? 0 Answers
setActive(false) does not fire onDisable? 1 Answer
NGUI Buttons in ScrollView. 0 Answers