zwcloud / MeshTerrainEditor-issues

Mesh Terrain Editor issue tracking and online docs
https://zwcloud.github.io/MeshTerrainEditor-issues/
5 stars 3 forks source link

Get warning "ImportFBX Warnings Can't import normals" when converting a Unity terrain. #91

Closed zwcloud closed 4 years ago

zwcloud commented 4 years ago

Describe the bug
Get warnings when converting a unity terrain to a mesh terrain.

To Reproduce
Steps to reproduce the behavior:

  1. Open MTE converter.
  2. convert a unity terrain
  3. See the warnings
    
    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
image

Environment

Your solution or workaround
This warning can be safely ignored. Generated mesh terrain is correct.