I was a Pro subscriber for a few years and I have built up a long list of Assets from the Store. I was hoping there was an easy way to export the list to a spreadsheet so I could get a little more organized but I don’t see one either from withing Unity or through the web. Does anyone know of an was to do this that does not involve a lot of manual typing?
Yes, but you’ll likely want to automate it somewhat. If you visit your downloads page of the revamped Asset Store, select all the assets on the page with click-and-drag, copy and then paste into a text file you end up with something like the following.
Ideally you want to have a script that can strip away the irrelevant portions, but it wouldn’t take long to do it manually.