Oct
9
2021

Shader Effects Test

Inspired from https://twitter.com/chiba_akihito/status/1438088953878302725 Part #1 (Project sources) Part #2 (source not available)

Oct
5
2021

Checking ArcGIS Maps SDK Unity plugin (Beta)

Looks great! “ArcGIS Maps SDK for Unity is a plugin developed by Esri that enables access to real world maps and 3D content from the ArcGIS Platform. This plugin provides samples, an Inspector UI, and an API to create interactive, photorealistic 3D and XR experiences […]

Aug
27
2021

Boat Attack URP Water: Add Underwater surface flip

Just modify 2 lines from the scripts and you get visible waterplane when going below surface. The idea is to check camera Y position, if below 0, flip normal and flip matrix for mesh. Boat Attack Project:https://github.com/Unity-Technologies/BoatAttack Inside Water.cs & PlanarReflections.cs replace these 2 lines:

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

Pages:«12345678...50»

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch

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.