I meant to press Ctrl+V but I can’t believe I just accidentally pressed the (useless and evil) Ctrl+B button and now my project is broken.
What kind of hotkey is that anyways? I don’t even know what it’s intended for??
I use Unity 2017 + SteamVR - In the scene where I pressed the hotkey now my camera is facing sideways. And in all other scenes my frame rates dropped to 1!!!
Ok it fixed it’s self. Not sure how or why, but when I created a new script called “blank.cs” on a random gameobject all the scripts came back and no longer say “Nothing Selected”.
No, it’s just a quicker way of building your project and testing it. Other than that, it shouldn’t really change anything in your scenes at all. If you can reproduce this, file a bug report as @Peter77 suggested.
Can We Please Have Option To Disable This Hotkey? Please! It’s been asked so many times.
I’m currently investigation using an application from Logitech to assign a macro and override Ctrl+B to do something else when the Unity window is focused, this just seems very unnecessary to have to do all this just to avoid accidentally breaking my entire project every time I (get a little tired and) press that horrible key combination that’s just sitting right next to “Ctrl+V”.
I noticed that using CTRL+B does in fact mess up my game also while in Editor mode. The animator page is completely unclikable after running it. A reboot fixes the issue but a total pain.
I don’t understand why it’s existing is around still. CTRL B should be removed if you ask me and simply left in the file menu. I would think it is not used enough to warrant a hotkey spot especially slapped right beside the most commonly used paste button.
FYI, you can click the ESC key to break the build, but you need to do it relatively quickly once you notice the game lag in preparation of building lol. I just mash it!
I agree. Ctrl + B is an rediculous option for such an intensive process given it’s relative position to the V button. Even Crtl + Shift + B would be much better.
Well, if you ever make this kind of mistake, simply click Ctrl + Z and it should fix it immediately.
I’m glad I stumbled upon this thread though. What’s the Ctrl + B do anyway?
If you accidentally hit Ctrl+B it starts building your project without any prompt.
Cancel a build midway can in some cases cause permanent file changes, not to mention it can take ages and use all your cpu, freezing your computer. No ctrl+z available for that I’m afraid.
You will encounter this a lot if you ever are in the situation of copy pasting text, names or single values on hierarchy objects.