4
2023
QR Code Generator Online
Needed quick QR code generator to share links from desktop to mobile..So here’s 2 versions to use online:– unity QR code generator (webgl) : https://unitycoder.com/tools/QRCodeGeneratorFree/– fast QR code generator (js) : https://unitycoder.com/tools/FastQRCodeGenerator/
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: […]
17
2016
Easy Threading with ThreadPool
Want to use simple threading? ThreadPool seems like an easy solution. Source: (c#) https://github.com/UnityCommunity/UnityLibrary/blob/master/Scripts/Threading/ThreadPoolTest.cs
8
2016
Best Unity Github Repositories [+giveaway]
List of best public GitHub repositories: IMAGE EFFECTS Image effects collection – https://github.com/makoto-unity/OneStepEffects Filmic Tonemapping – https://github.com/kode80/UnityEffects SSAO – https://github.com/keijiro/KinoObscurance Bloom – https://github.com/keijiro/KinoBloom SMAA – https://github.com/Chman/SMAA-Unity Screen water drop, Blur, Oil Paint, Pixel, Color- https://github.com/QianMo/Awesome-Unity-Shader ANTIALIAS Temporal Reprojection Anti-Aliasing – https://github.com/playdeadgames/temporal Subpixel Morphological Antialiasing (SMAA) […]
7
2015
Random Steam Keys Giveaway (finished)
GIVEAWAY! Random steam keys (games) : 15 keys total *Finished! HOW TO ENTER: – Write comment below with link to your favorite or interesting open source (free) unity projects – Only 1 steam key per user is given (you can still post more links if […]
13
2015
Playing FullScreen Video in Mobiles
Trying to publish scene to mobiles with MovieTexture? Error will come up: (movie texture is not supported in mobiles) “error CS0246: The type or namespace name `MovieTexture’ could not be found. Are you missing a using directive or an assembly reference?” Solution: Use this free […]
6
2015
GiveAway: PolygonCollider2D Optimizer *finished*
Random GiveAway Time! Same rules as before, first 12 persons to post comment below gets a free voucher! PolygonCollider2D Optimizer https://www.assetstore.unity3d.com/en/#!/content/16605 *Its been a while since last update on it, will soon update for Unity5, but also looking for feedback if it needs some other […]
14
2015
Photoshop Trees
Just noticed PhotoshopCC has some Tree renderer: http://blogs.adobe.com/jkost/2015/01/creating-trees-in-photoshop-cc-2014.html Here’s some images of those in 256×256 png, could work as sprites?
10
2015
Testing Nodify2 Visual Scripting
Briefly tested out Nodify2 visual scripting plugin (its free). Tried to make small flappy bird style game, did have few problems: – How to make “if” statements ? (wanted to wrap the walls for endless game) – Rigidbody2D was missing from Unity nodes, just duplicated […]
2
2015
Space Gem Road [Android Game]
Small test game, endless runner, single tap control. Check out the nice bouncing text effect in start screen 😀 Google Play (Android, free) https://play.google.com/store/apps/details?id=com.unitycoder.SpaceGemRoad Website: http://games.unitycoder.com/SpaceGemRoad/ — Game view:
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