23
2024
[GreaseMonkey] Unity Forum Fixer
Unitys new discourse forums are quite horrible.. so have to fix manually again: GreaseMonkey plugin script:https://github.com/unitycoder/UnityForumFixer Still long list to-do:https://github.com/unitycoder/UnityForumFixer/issues/1 Current Before & After Images:
7
2023
[GreaseMonkey] Display “Unity Version Added” info in API Docs
Firefox GreaseMonkey plugin to display Unity version info in Unity API docs pages (to which version it was first added) Setup:1. Install https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/2. Click the greasemonkey icon in firefox toolbar, select New User Script3. Take raw script source from https://gist.githubusercontent.com/…0cc6e1d0b41/UnityDocsShowFirstVersionAdded.cs *full link: https://gist.github.com/unitycoder/48b46d0192e2cce356c2731c8f2748804. Paste into […]
9
2021
[GreaseMonkey] Better Pixel Art viewer for itch.io
Default itch.io image viewer is horrible for small pixel art, so here is Firefox Greasemonkey plugin to make the viewer full screen and use pixel scaling. Example page:https://0x72.itch.io/16×16-dungeon-tileset
4
2021
Add Middle Mouse Button support into Asset Store Main Banner (GreaseMonkey script)
Because UX.. i’d rather check the offer in new tab, than wait 10s to load new page completely (and then go back) Source: (Requires GreaseMonkey browser plugin)https://gist.github.com/unitycoder/974b6a1c7969a12fe954f25c6c51664e
26
2021
Unity Forums Auto Select Current SubForum in Search (GreaseMonkey script)
Someone suggested in the forums that forums search page could auto-select current sub-board. Tested it quickly with GreaseMonkey and seems to work well, here’s the source: Related topic:https://forum.unity.com/threads/suggestions-for-the-search-forum-functionality.1115584/
9
2021
Add Middle Mouse Button support to AssetStore notifications panel (GreaseMonkey script)
AssetStore notifications window doesn’t allow you to open links into new tab (with middle mouse button).. for every link, you need to:10 – Click your profile icon to open drop down menu20 – Click notifications button30 – Scroll down the list to find interesting item40 […]
23
2018
Browser Plugin: Stay in Old Asset Store
Small snippet to use with GreaseMonkey-plugin, will stop old & short url asset store links from re-directing into that horrible new asset store! *New v2: Now automatically redirects from new horrible store to good old store AND keeps the asset page! This file contains bidirectional […]
13
2017
Browser plugin: Add Copy-button to unity scripting docs
Using GreaseMonkey (Firefox) the script below will add Copy-to-clipboard-button into scripts at unity documentation website. – Supports multiple scripts per page – New: Adds copy button to forum code snippets also *Best used with this unity editor plugin (so its 1 click to copy from […]
10
2015
AssetStoryBuddy (GreaseMonkey script)
Finally started small helper script for asset store, because the website is not exactly user friendly and missing many features.. Note. This is first version, quite limited still but has potential 🙂 Features: – Sorts search results by price! (free ones first) – Keeps previous […]
20
2013
Unity Docs MiddleMouseButton New Tab
Unity “broke” the documentation in some update..cannot middle mouse button click them to open in new tab.. http://forum.unity3d.com/threads/193569-Script-documentation-doesn-t-allow-opening-links-in-new-tab-%28ctrl-or-middle-click%29 While waiting for the fix here’s small GreaseMonkey plugin userscript (firefox) : – It fixes the links for middle mouse button (so that they open in new […]
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on