Browsing articles tagged with " convert"
Oct
19
2018

HSV Debugging and Color Match Shader

Quick test for color matching using shader, by converting colors into HSV and comparing target color with h-s-v threshold values. See Shader source at the bottom. (main image: Changing target color, shows inverted color for the texture in that matching hue position) Shader has different […]

Jan
27
2017

Using ImageMagick with Unity

Using ImageMagick with Unity is now possible with the .NET wrapper (github) Tutorial: Add watermark to image – Download required DLL files from https://magick.codeplex.com/releases/view/630360 (I used Magick.NET-7.0.4.400-Q8-x64.zip) – From the zip file, copy “net20\Magick.NET\Magick.NET-Q8-x64.dll” into your Unity project Assets/Plugins/-folder – From the zip file, copy […]

Mar
1
2016

Latitude Longitude Position On 3D Sphere (V2)

This is just a c# conversion and few updated notes for the old post : http://unitycoder.com/blog/2011/08/09/latitude-longitude-on-3d-sphere/ Instructions – Attach the script below to your sphere (Unity sphere UV mapping is not suitable so I downloaded this sphere model and scaled transform to 5) – Add […]

Nov
2
2015

UnitySVG fork

SVG to Bitmap converter. Forked this repository while ago: https://github.com/MrJoy/UnitySVG “UnitySVG is a library for reading SVG files and producing Texture2D objects from them at runtime” Updated few scripts so that it runs in Unity 5.x, there would be still things to fix, but atleast it […]

May
9
2015

Converting videos to .ogg manually with QuicktimeTools.exe

HOW TO – Open command prompt – Go to your unity5 data folder, for example, C:\Program Files\Unity\Editor\Data\Tools\ – Run this command below to convert your videos: (*set correct paths to input and output videos, unless they are in the same directory) > QuicktimeTools.exe transcode -input […]

Nov
11
2014

Image To Grayscale Script

Quick test trying to convert this Basic256 script into Unity c# (trying to keep it close to original code..) maybe still some problems as the output seems darker than the example.. http://rosettacode.org/wiki/Grayscale_image#BASIC256 Source C# (Image2Grayscale.cs)

Jan
13
2013

Tropical Paradise Demo to Unity 4.0

Old Unity Island Demo Project To Unity 4.0 *2021: Check this repo https://github.com/mstevenson/UnityIslandDemo ** unity 2022 LTS: https://github.com/Jocyf/IslandDemo Download project from : http://unity3d.com/support/old-resources/example-projects/islanddemo *link seems to be broken** new link: http://www.mediafire.com/file/288o87oo8aejjyn/IslandDemo.zip Unzip it Open project Upgrading.. Yes Fix now.. Yes Fix now.. Yes Open islands […]

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.