22
2017
Load AssetBundles with Caching
Small sample script to load assetbundles. Features: – It first loads bundle hash from the manifest file on server – Then uses that hash string as asset bundle loader parameter (to use cached version if available, see docs) – Instantiate gameobject after loading source: https://github.com/UnityCommunity/UnityLibrary/blob/master/Assets/Scripts/AssetBundles/AssetBundleLoader.cs […]
13
2015
[AssetStore] UniPix : Pixel Art Tool (wip)
Started re-writing this unfinished UniPix, hopefully first version will be in the asset store soon’ish..(as in this month (January)) AssetStore link: https://www.assetstore.unity3d.com/#!/content/28312?aid=1101lGti Forum thread: (coming later) V1.0 Features – Basic pixel painting – Floodfill – Save, Save incremental – Image panning (up/down/right/left) – Basic palette […]
14
2014
[Asset Store] Terrain Tools
I’ve started to update & maintain this Tom’s Terrain Tool’s package (as the original owner is busy and he was looking for someone to continue working on this). It’s basically a tool for using splatmaps (externally generated) to generate terrains inside unity (with trees, roads […]
8
2013
[AssetStore] Scene Object Isolator
This one got just accepted, small helper utility. “Isolator” is a simple Unity editor plugin for isolating the selected object(s) (by hiding others). ReadMe: (pdf) README_Isolator1_web.pdf *Edit: Works in GAME vindow, not in SCENE view (seems like it would need some manual redraw or update […]
2
2013
Poor man’s Mesh Exploder
Always wanted to try making exploding meshes, finally had time for a small test version.. Info – Shortcut to easy mesh (fake) destruction: Take each face, Create small 3D mesh piece for it (extrude/add vertice(s) backwards from face normal), Add rigidbody, Done! – Used this […]
16
2013
[AssetStore] Normal & Specular Map Generator from Texture
Working on simple poor man’s normal map & specular map generator editor script.. (click image to view full size) Left side = original bitmap, Right side = generated normal map + specular map *Github: https://github.com/unitycoder/NormalMapFromTexture Asset Store: https://www.assetstore.unity3d.com/#!/content/10388?aid=1101lGti Unity Forum Thread: http://forum.unity3d.com/threads/normal-map-maker.254310/ — Features: – […]
12
2013
[AssetStore] CreateTexture
Yay! My first asset store script got accepted..:) Had to try it out so maybe later can put something more interesting there. It’s a simple editor plugin for creating plain texture assets (png files). Did it for my own use, because it seems you always […]
13
2013
GameDraw – First Impressions
GAMEDRAW PRO – FIRST IMPRESSIONS Had a chance to try GameDraw Pro – Here’s some notes after few days of (quick) tests. WHAT IS GAMEDRAW 3D modeling plugin for Unity3D. Allows you to do basically all basic (and some advanced) mesh modeling tasks directly inside […]
26
2013
Save Mesh Created by Script in Editor PlayMode
Saving meshes (which were created by script) in editor playmode was surprisingly simple, http://docs.unity3d.com/Documentation/ScriptReference/AssetDatabase.CreateAsset.html Updated version: This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden […]
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