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 […]
16
2021
Fix Old AssetStore Links (GreaseMonkey script)
If you happen to browse old forum messages, and try to click those old asset store links, they end up in some 404 error page:example post https://forum.unity.com/threads/fps-game-template-vol-1.465743/#post-3029391 Here’s Firefox Greasemonkey plugin script to fix those links:https://gist.github.com/unitycoder/199ff1dfd521bd9e9ae1e70e44e6bc5d *For some really strange reason, Unity is not interested […]
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 […]
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 […]
2
2014
Sponsor Of The Month : Patico
You may have noticed the banner up on the blog header ^, Check out his plugin from the asset store: Custom Gravitations Kit by Patico (Planet Gravity toolkit with different types of gravitation) *webplayer demo link in the store description — Why sponsors? […]
8
2013
[AssetStore] Scene Object Isolator
This one got just accepted, small helper utility. “Isolator” is a simple Unity editor plugin for isolating the selected object(s) (by hiding others). ReadMe: (pdf) README_Isolator1_web.pdf *Edit: Works in GAME vindow, not in SCENE view (seems like it would need some manual redraw or update […]
12
2013
[AssetStore] CreateTexture
Yay! My first asset store script got accepted..:) Had to try it out so maybe later can put something more interesting there. It’s a simple editor plugin for creating plain texture assets (png files). Did it for my own use, because it seems you always […]
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