- Home /
Editing Resources files at runtime?
Is it possible to edit resources in the resources folder at runtime, like a terrain data?
Thanks!
Answer by Ray-Pendergraph · May 31, 2011 at 10:35 PM
Not generally because items that are in any folder called Resources get bundled in special bundles during the build such that they are available with the Resources.Load() call and don't really exist as a file per se. During the runtime you don't have the project on the file system the way you do in the editor. To operate on assets in the project you probably want to create custom editor scripts to do that.
Your answer
Follow this Question
Related Questions
Converting all terrain trees to gameobjects? 4 Answers
AI Script walking on terrain 1 Answer
Creating terrain from script 1 Answer
Selling with standard assets. 2 Answers
Cant add Terrain Toolkit 0 Answers