hecomi / uREPL

In-game powerful REPL environment for Unity3D.
http://tips.hecomi.com/entry/2015/12/05/003000
MIT License
551 stars 54 forks source link

How to re-open uRepl Window after using close command? #16

Closed ShivanshuKantPrasad closed 5 years ago

kersk commented 5 years ago

Ran into this, too. It's not documented yet, but the default key to toggle is F1. I quickly rebound it to ~ (as it should be!). :)

hecomi commented 5 years ago

Sorry for my late reply and thank you @kersk ! As @kersk said, the default key is F1 and you can change it from the inspector: https://github.com/hecomi/uREPL/blob/master/Assets/uREPL/Scripts/Gui/Window/KeyBinding.cs#L42-L43