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
- 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
Resolution Note (2018.3.X):
By design you should not create assets outside the Assets folder