NegInfinity / ProjectExodus

Project Exodus - Unity to Unreal scene/project transfer tool.
BSD 3-Clause "New" or "Revised" License
499 stars 99 forks source link

TODO: 2018.3 Landscape system update #2

Open NegInfinity opened 5 years ago

NegInfinity commented 5 years ago

2018.3 version of unity altered data structure of terrain system, now layers are stored as external assets. This needs to be cleaned up, added for detection in during project scan, and added support on unreal side.

It is likely that I'll need to add new branches in unreal material.

NegInfinity commented 5 years ago

Related:

Assets\ExodusExport\Scripts\Editor\Exporter\JsonTerrainData.cs(127,17): warning CS0618: 'TerrainData.splatPrototypes' is obsolete: 'Please use the terrainLayers API instead.'