Closed zwcloud closed 4 years ago
Describe the bug Get warnings when converting a unity terrain to a mesh terrain.
To Reproduce Steps to reproduce the behavior:
ImportFBX Warnings: Can't import normals, because mesh 'default' doesn't have any.
UnityEditor.AssetDatabase:ImportAsset(String, ImportAssetOptions)
```text Mesh 'default' has no normals. Recalculating normals.
Expected behavior No warning is displayed.
Screenshots
Environment
Your solution or workaround This warning can be safely ignored. Generated mesh terrain is correct.
Describe the bug
Get warnings when converting a unity terrain to a mesh terrain.
To Reproduce
Steps to reproduce the behavior:
UnityEditor.AssetDatabase:ImportAsset(String, ImportAssetOptions)
Expected behavior
No warning is displayed.
Screenshots
Environment
Your solution or workaround
This warning can be safely ignored. Generated mesh terrain is correct.