Search Issue Tracker
By Design
Votes
0
Found in
2018.3
Issue ID
1080935
Regression
No
[Terrain] Cant create Terrain Brush or Terrain Layer if current directory open in Project window is not in the Assets folder
Cant create Terrain Brush or Terrain Layer if current directory open in Project window is not in the Assets folder. ie If current directory is the Packages directory, the AssetDatabase wont be able to create a Brush or Terrain Layer asset.
Packages folder exists outside the Unity project. Need to check if the destination directory for the asset is in Assets, if not, create it in the Assets root dir or something like that
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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note (2018.3.X):
By design you should not create assets outside the Assets folder