Jun
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

May
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/

Apr
7
2021

Compress WebGL build manually from command line (brotli)

Building brotli compressed webgl release can take hours (if you have large 3d models in the project..), and you cannot do anything with the project while unity is compressing it. Solution:Make (really fast) uncompressed builds from unity,then compress the webgl data files manually from commandline! […]

Mar
11
2021

Run WebGL server manually

When making webgl builds, you cannot open generated index.html file directly inside the build folder (without webserver), and if you make Build & Run, and then close the browser tab, you need to do build & run again to view it later. Run webserver from […]

Mar
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 […]

Feb
20
2021

Using nasadem.xyz heightmap data

Quick test to read nasadem.xyz data and extruding mesh with it using shader. (and added local image caching, to reduce requests). Project:https://github.com/unitycoder/nasadem

Feb
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 […]

Feb
4
2021

You are trying to replace or create a Prefab from the instance ‘…’ that references a missing script. This is not allowed. Please change the script or remove it from the GameObject.

Solution:– Open the prefab that it mentions in the error, then check for missing script and remove it.– It doesn’t help if you remove missing script in the scene from that prefab, or even if you unpack that prefab, need to remove it from the […]

Nov
14
2020

Marching Squares

Unity version of the basic Marching Squares tutorial from The Coding Train https://www.youtube.com/watch?v=0ZONMNUKTfU Project: *Note: Enable Gizmos to see debug lines in Game Windowhttps://github.com/unitycoder/MarchingSquares recording from live streamhttps://www.youtube.com/watch?v=vR2fc7U9hME

Nov
4
2020

LineRenderer with Outline Shader

Tried using sprite outline shader with LineRenderer, works surprisingly well References:Sprite shader source: https://forum.unity.com/threads/help-to-find-an-asset-solution.755273/#post-5246960 (2nd shader in that post)Forum topic: https://forum.unity.com/threads/achieve-a-stroke-transparent-effect-with-the-line-renderer.999682/

Pages:«123456789...50»

Connect

Twitter View LinkedIn profile Youtube Github Join Discord Twitch Instagram BlueSky

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.