Search Issue Tracker
Duplicate
Votes
0
Found in
2017.1.0b4
Issue ID
909485
Regression
Yes
Using ⌘+B or CTRL+B to open Build Settings window results in an error on newly created projects
Steps to reproduce:
1) Create a new project (important).
2) When the project is open in Unity, press ⌘+B on Mac or CTRL+B on Windows.
An error appears in the Console:
UnityEditor.BuildPlayerWindow+BuildMethodException: Build location for buildTarget StandaloneOSXIntel64is not valid.
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.GetBuildPlayerOptions (BuildPlayerOptions defaultBuildPlayerOptions) [0x001cd] in /Users/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:224
at UnityEditor.BuildPlayerWindow.CallBuildMethods (BuildOptions defaultBuildOptions) [0x0002e] in /Users/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:78
UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()
The Build Settings window can still be opened using ⌘+Shift+B or CTRL+Shift+B or via menu bar.
After this is done, ⌘+B and CTRL+B starts working as well.
If the project is closed and reopening, the bug disappears.
Expected result: Build Settings window pops up.
Actual result: Error appears; the build window doesn't appear.
This happens on both macOS and Windows with all platforms selected (iOS, Android, Standalone).
Reproduced on:
2017.1.0b4, 2017.1.0b1, 2017.1.0a6
Did not reproduce:
2017.1.0a5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
Add comment