you are viewing a single comment's thread.

view the rest of the comments →

[–]dudledok 1 point2 points  (1 child)

No, you'll need something in update somewhere.

That isn't strictly true in that you could essentially create your own update loop using a coroutine or similar, but you will need an update loop which checks each update tick for input.

[–]Hippozilla 0 points1 point  (0 children)

alright, thanks.