- Home /
Write to Temp folder in Editor using AssetDatabase
I want to use the Temp folder in the project folder for storing temporary assets that should be hidden, basically editor data that I saved to a scriptable object to survive recompiles. Anyway, it seems I can't save to it using AssetDatabase :>( It does not recognise any other folder than Assets, but then why do we even have to adress it specifically when saving something (Assets/SomeFolder). That seems kinda dumb to me, because I think alot of editor extension would want to save to that temporary folder... Is there another way (dont want to save to the assets folder, even if I COULD hide it)?
Your answer

Follow this Question
Related Questions
AssetDatabase current folder? 2 Answers
Please Help With Folder Creation Script 0 Answers
How to move an asset to a newly created directory in the AssetDatabase ? 3 Answers
Using Hidden folders for editor stuff? 1 Answer
Check if directory is valid 1 Answer