0

I want to make an application that calls terrain data from a sqlite database into the unity in runtime. I researched a lot of sites but I have not found anything remarkable yet. Does anyone have an idea about this issue? How can I solve this problem?

M.Varol
  • 1
  • 1

1 Answers1

0

You could store the Terrain Heightmap as an Image and save that as a blob in you sqlite database. See for example: Save and Load image SQLite C#

Community
  • 1
  • 1
nyro_0
  • 1,135
  • 1
  • 7
  • 9