- Home /
I just started unity few hours ago, can I import my raw file in unity in a simple way??
I'm trying to make a Geographic information system application. I need to get my DEM(Digital Elevation Model) raw file data and map the png image files on it. Can unity read the raw data?
Comment
Answer by Dolzen · Mar 23, 2018 at 04:39 PM
You need to transform your DEM into a FBX format file and then Unity will be able to read the data, to map the png image you will need some programming skills.
Your answer

Follow this Question
Related Questions
Generate 16bit terrain map from real world elevation data 3 Answers
3D Mesh clipping into UI Raw Image when too close 0 Answers
Convert RGB heightmap to greyscale 2 Answers
Saving texture as raw 1 Answer
Real 3D Terrain Help 0 Answers