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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (2018.3.X):
By design you should not create assets outside the Assets folder