How do you store a lot of data locally?

I want to store a lot of data locally, from procedural world generation. The only thing I can find about storing data is PlayerPrefs. What other options are there? Do I have to do something with a native plugin?

Use the System.IO.File classes (assuming you’re not using a webplayer).