As the title says, Is there a hotkey for play / stop? It`s a bit cumbersome with the mouse. A hotkey would be much more userfriendly to start/stop your game while testing
Yes.
I knew i am blind
Thanks
What??
Ctrl+Shift Allright I can do that with my left hand… but P???
How Im supposed to fast play and stop while keeping my right hand in the mouse??, this really interrupts the workflow =/
It really isn’t an issue to keep your right hand on the mouse then use your left hand to hold the right Ctrl button and push P. I do agree however it would improve the workflow had it been a button closer to the left but I get why they used P which would be for Play.
This one works, custom key for entering playmode:
http://answers.unity3d.com/answers/1204307/view.html
Thank you!
If you are on Window, you can AutoHotkey to remap this hotkey when Unity window is active. (on Linux something like xmodmap may work)
Something like this for Shift+X
#Hotstring * ?
SetTitleMatchMode, 1
#If (WinActive("Unity"))
+x::SendInput ^p
THANK YOU!
This just saved me, with my cursor locked and invisible. Thank you.
It is Ctrl + P
You can set a custom ket by going to Windows - goto Edit → Shortcuts for Unity 2019
thanks. This should be the first answer. Also, the only one.
It Really Is an issue when your testing VR…
I don’t see ANY reason why ‘P’ couldn’t also stop as well… Play/Stop toggle would be nice…
Thanks!!!
Please use the Like button if you’re simply showing appreciation, rather than necroing the thread (13 years old).
Thanks.