Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 2017.1.X, 2017.2.X
Votes
1
Found in
Issue ID
923377
Regression
Yes
Error "Must set an output directory through SetCompileScriptsOutputDirectory before compiling" after importing standard assets
Reproduction steps:
1. Create new project.
2. Import Standard Assets from Asset Store.
Expected result: Assets will be imported "cleanly".
Actual result: Error "Exception: Must set an output directory through SetCompileScriptsOutputDirectory before compiling" appears.
Reproduced on: 2017.2.0a2, 2017.2.0a4, 2017.2.0b1.
Worked fine on: 2017.1.0f1, 2017.2.0a1.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
danvoidable
Mar 03, 2019 22:44
I had this error in 2018.2.17f1.
I closed then reopened the unity project and the error went away.
superfryme
Sep 08, 2018 23:52
so i imported my project and the errors showed up. turns out you can only have one editor folder so move your scripts into gaias editor folder to get it working
superfryme
Sep 08, 2018 22:50
create a new project and import gaia and you dont get that error.
Michieal
Aug 20, 2018 20:25
So, looking at the source code for unity... I just have to ask... Why is this even in there?!?!?!
public string GetCompileScriptsOutputDirectory()
{
if (string.IsNullOrEmpty(outputDirectory))
throw new Exception("Must set an output directory through SetCompileScriptsOutputDirectory before compiling");
return outputDirectory;
}
Unity Never allows the user to specify the directory... As it is automatically handled by Unity itself. SO, why the heck would it ever throw this error?! I mean, the logical thing to do (instead of throwing an useless error to confuse the user and make us spend weeks debugging the damned editor) is for when the error would occur, for them to simply reassign the value of "outputDirectory"....
I'm just saying -- Seems pretty freaking idiotic to me.
Michieal
Aug 20, 2018 13:41
And.... I just got it in 2018.2.2f....
azariahbeale336
Jul 16, 2018 17:13
hi
visioomega
Jul 02, 2018 02:47
yep same here any one figger how to correct it?
Cezarovsky
Aug 29, 2017 03:02
The same error on 2017.2.0b3