Skip to content

Instantly share code, notes, and snippets.

View hyper-active's full-sized avatar

Hyper-active hyper-active

  • Field Of Vision
View GitHub Profile
@hyper-active
hyper-active / unity-my-assets-export.user.js
Last active March 5, 2026 08:42
Exports all asset names from your Unity Asset Store “My Assets” library so you can check which ones are being removed.
// ==UserScript==
// @name Unity My Assets Export (GraphQL) - TSV
// @namespace https://fieldof.vision
// @version 1.2
// @description Exports your Unity Asset Store library via GraphQL and outputs Name + Store URL (TSV). No scrolling.
// @match https://assetstore.unity.com/account/assets*
// @grant GM_setClipboard
// @run-at document-end
// ==/UserScript==