9
2021
Unity related Discord channels
List of channels: Official Unity Discord : https://discord.com/invite/unity Unity MultiPlayer : https://discord.gg/jhZgtdqSAq Unity Library : https://discord.gg/cXT97hU XR Creators : https://discord.gg/EFj5Y2kAaB XR Hub : https://discord.gg/DP7QZcrZE2 Mirror (vis2k) : https://discord.gg/h9sP3bqhRu Scripting Support : https://discord.gg/qv4Bftw GameDev League : https://discord.gg/gamedev Unity Dev Community : https://discord.gg/wwXNG6MaYY Learn VR Dev : […]
18
2021
Run Unity Cloud Build based on Github Commit message using Github Actions
This should had been easy, but unity cloud build system has every secret id hidden in different places and using different names.. Create github action (click Actions from your repository) click “Skip this and set up a workflow yourself” copy ready to use script from: […]
19
2021
Old School Scrolling Text with Shaders, RenderTexture
Tried to make scrolling text using shaders and text mesh, video below (results at 59 mins -> ) Shader Sources:(one for text mesh, one for UI RawImage that displays camera view as rendertexture)
17
2021
Use custom Editor fonts
Go to Unity installation folder,Start notepad as an Administrator,then edit file: \Editor\Data\Resources\fontsettings.txt Add your custom fonts there:
13
2021
Unity Asset Store MegaBundle (October 2021)
New Asset Store MegaBundle, have a free referral link here:https://assetstore.unity.com/mega-bundles/fill-your-toolbox?aid=1101lGti(From October 13, 2021 00:00:00 PT through October 31, 2021, 23:59:59 PT)
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
9
2021
Shader Effects Test
Inspired from https://twitter.com/chiba_akihito/status/1438088953878302725 Part #1 (Project sources) Part #2 (source not available)
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 […]
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:
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