Topic: Switched to newer version - error

Assets/Infinity Code/Real World Terrain/Scripts/Editor/Utils/RealWorldTerrainDownloader.cs(49,92): error CS0246: The type or namespace name `RealWorldTerrainDownloadType' could not be found. Are you missing an assembly reference?


Pls help.

Re: Switched to newer version - error

Hello.

Try deleting the asset and importing it again.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

3 (edited by jaisingla 2021-07-15 12:07:19)

Re: Switched to newer version - error

Yes working but got following error: Index out of range

InfinityCode.RealWorldTerrain.Generators.RealWorldTerrainSRTMElevationGenerator.ParseHeightmapC () (at Assets/Infinity Code/Real World Terrain/Scripts/Editor/Generators/RealWorldTerrainSRTMElevationGenerator.cs:301)
InfinityCode.RealWorldTerrain.Generators.RealWorldTerrainSRTMElevationGenerator.ParseHeightmap () (at Assets/Infinity Code/Real World Terrain/Scripts/Editor/Generators/RealWorldTerrainSRTMElevationGenerator.cs:186)
InfinityCode.RealWorldTerrain.Phases.RealWorldTerrainLoadHeightmapPhase.Enter () (at Assets/Infinity Code/Real World Terrain/Scripts/Editor/Phases/RealWorldTerrainLoadHeightmapPhase.cs:27)
UnityEngine.Debug:LogException(Exception)
InfinityCode.RealWorldTerrain.Phases.RealWorldTerrainLoadHeightmapPhase:Enter() (at Assets/Infinity Code/Real World Terrain/Scripts/Editor/Phases/RealWorldTerrainLoadHeightmapPhase.cs:72)
InfinityCode.RealWorldTerrain.Windows.RealWorldTerrainWindow:Update() (at Assets/Infinity Code/Real World Terrain/Scripts/Editor/Windows/RealWorldTerrainWindow.cs:390)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions() (at C:/buildslave/unity/build/Editor/Mono/EditorApplication.cs:200)

Re: Switched to newer version - error

Just clear the elevation cache and it will work as expected.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Switched to newer version - error

ok .. working..