24
2013
Shroud of the Avatar Unity Scene Jam #1
Took part in SotA scene jam.. Had quite many problems with the scene and just sent it quite unfinished.. – About 8-10 total hours spend (most of it struggling with world machine terrain and terrain texturing/trees..) – Used only free assets and scripts – Didnt […]
13
2013
Halton Sequence c#
Halton Sequence script to Unity c#. (image: Left side halton sequence, right side using Random.value). Needed something to distribute objects evenly on given area.. this works for small amount of objects <200, but if add more, they start to form lines(?) Converted from: “Halton Sequence […]
8
2013
Book: Unity 4.x Game AI Programming
Started reading “Unity 4.x Game AI Programming” Chapter 1 : Introduction to AI That was quite a brief intro.. But A* was eplained in a bit more detail. No coding yet.. lets continue.. Supplied example projects work fine with 4.x. Overall feeling of the book: […]
7
2013
Gradient Bar Range (shader)
Tried to make something like this: http://forum.unity3d.com/threads/199297-Can-t-figure-this-gradient-material-thing-out Its just a shader, which takes top bar and bottom bar world positions and then builds gradient between them.. AssetStore: *2024: updated to unity 2021.3 https://assetstore.unity.com/packages/vfx/shaders/vertical-gradient-range-shader-11310?aid=1101lGti Webplayer: http://unitycoder.com/upload/demos/GradientBarRange1/ — Feature requests: – Sprites shader version – Sample code […]
26
2013
Mesh Terrain Texturing/SplatMap Tool (wip)
Small editor plugin for creating splatmap/splatmask for mesh based terrain. (not terrain object) Current features: – Create splatmap based on face angles (adjustable slope angles) – Texture painting (paint to any layer R, G, B, A) – Obstacle detection (if collider is founded on mesh, […]
26
2013
Ludum Dare#27 : Lost Pixel
Ludum Dare 27 compo entry. (cancelled that Asteroid Attack after ~1 day, then made this one instead in 4-5hrs..) Play from here: http://www.ludumdare.com/compo/ludum-dare-27/?action=preview&uid=27533 — Image#2: Game view
24
2013
LudumDare27 : Asteroid Attack (wip)
Might post this to LudumDare27 jam, if have time to finish it.. (main image: start menu, shader effect on background image) It’s simple space game with exploding asteroids (unless get some better ideas, name is still un-decided also) Current version: – Kind of stuck with […]
23
2013
CustomPropertyDrawer in C#
Unable to find any complete _and_ working basic C# example of custom propertyDrawer usage.. Oo? (adding some example here once I find/get it working..) Resources: – Intro on PropertyDrawers : http://blogs.unity3d.com/2012/09/07/property-drawers-in-unity-4/ (but getting lots of errors from those samples.. “The type or namespace name `Popup’ […]
20
2013
Unity Docs MiddleMouseButton New Tab
Unity “broke” the documentation in some update..cannot middle mouse button click them to open in new tab.. http://forum.unity3d.com/threads/193569-Script-documentation-doesn-t-allow-opening-links-in-new-tab-%28ctrl-or-middle-click%29 While waiting for the fix here’s small GreaseMonkey plugin userscript (firefox) : – It fixes the links for middle mouse button (so that they open in new […]
11
2013
Scorched Earth Terrain (wip)
This is another thing that i’ve always wanted to try in Unity, Scorched Earth deformable collapsing terrain (youtube link). Ideas: 1 – Using SetPixels() with texture would most likely be easiest, just slow on bigger resolutions (but no need high resolution for this anyways?) 2 […]
Recent posts
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
- Detect SRP (URP or HDRP) with Assembly Definition Version Defines
- [LudumDare57] Theme: Depths
- MotionVector Effect: Object “disappears” when paused
- [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
Recent Comments
- Using RenderDoc with Unity (graphics debugger) on
- UI Scroll View automatic Content height on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- 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