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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Resolution Note (2018.3.X):
By design you should not create assets outside the Assets folder