pairofdocs / Unity-D2R-Scene-Editor

Use unity to edit position, rotation and scale of D2R models in a level preset
GNU Affero General Public License v3.0
20 stars 4 forks source link

Terrain.model errors abundant #2

Open willcotter opened 2 years ago

willcotter commented 2 years ago

Changing docktown to wstone01.json (have not tested others yet) results in a partial success, but there is many missing objects (half of baals bridge ramp etc), as well as numerous repeated errors, all pointing to a single line SaveJson.cs. Docktown worked great on startup and load, however. Im not even sure its about the terrain.model, but many just an exception in general in the catch block. But either way,

if (!strArr[strArr.Length-1].Contains("terrain.model")) }