31
2014
[Beginner] Instantiate objects at random positions
**This is our first guest post, simple beginners tutorial for spawning (instantiating) objects at random positions: ——————————- ——————————- Hello, my name is Liviu Globa i’m an indie developer, making games for about 4 years in Unity. I would like to show you some tips that […]
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 […]
5
2012
Old Film FX Shader
Converted from webgl shaders (source at devmaster.net). This should be nice as a camera shader? Adjustable parameters in shader: – SepiaValue, NoiseValue, ScratchValue, InnerVignetting, OuterVignetting, RandomValue, TimeLapse Original barn image: http://www.cgtextures.com/texview.php?id=12170 Webplayer: http://unitycoder.com/upload/demos/OldFilmShader1/ Readme pdf: README_OldFilmFx_Shader_web Purchase: (unity package) 0.50 eur [digishop id=”15″] *unitypackage is […]
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